CSS, which stands for “Cascading Style Sheets” is a fundamental web technology used on all modern websites. CSS handles the design details of a web document, while HTML handles the content. In short, HTML might say “here is some text”, and CSS might say “Make that text blue”. Combine the two, and you get some text that will be colored blue.