Skip to content

CSS

Cascading Style Sheets

CSS is the language we use to style HTML elements.

index.html files usually look like this:

style.css files usually look like this:

selectors: particular element you want to style.

properties particular style to define.

values: define your style. (borders, fonts, spacing, and more…

important syntax:

  • Each ruleset must be wrapped in curly braces. ({})
  • You must use a colon (:) to separate the property from its value(s).
  • You need a semicolon (;) to separate multiple declarations.

ari boi

the crazy kangaroo

duuuuke

the chill guy

rhodesy

the wilderness boy

rhodes-rethinc-office-dog

gradient backgrounds

image backgrounds

Back To Top