CSS

CSS stands for Cascading Style Sheets, and it's the primary way developers style their applications. Think colors, fonts, borders, spacing. CSS works via selectors: you tell it which HTML element(s) on the page you want your styles to apply to.

CSS