Cascading Style Sheets. It's how you customize stuff like color, fonts, font size, backgrounds, etc. in a webpage. There's also 'inline css', which is when you would do something like this:
<p style = "font-family: Consolas">hello, world</p>
The style = part is your inline css