CSS (Cascading Style Sheets) is used to style and lay out web pages. It is not a programming language. There are three main methods for adding CSS: inline, internal, and external stylesheets. CSS uses selectors to apply declarations of properties and values to elements to style them. Common properties include colors specified with names, hex codes, or RGB values, fonts specified with font families, and units like pixels, points, ems, and percentages for sizes.
Related topics: