what is css?

css (cascading style sheets) is a stylesheet language used to control the layout and appearance of elements on a webpage. it allows us to add colors, fonts, layouts, and animations to web pages, making them visually appealing and user-friendly.

let's understand some sytnax real quick before we keep going. based on what we covered in the general html page, we understand what elements are. css allows us to select and modify them.



there are three different ways to write css:


css properties

this is a super basic example -->

you can change a bunch of properties besides color. here are a few examples to play with and experiment!