...

/

What is CSS?

What is CSS?

Get an overview of CSS and how to use it to make your pages look aesthetically better.

Context

How can we customize the look and feel of our content? One way is to use the style attribute on an HTML element:

  • HTML
html
Implementation of inline styling for text color in HTML

The above approach would work just fine if working with a small number of elements. But once you’re dealing with large pages with lots of moving pieces, it will quickly become extremely tedious to apply a separate style ...