Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 283 Bytes

class-05.md

File metadata and controls

11 lines (6 loc) · 283 Bytes

CSS

CSS is a language for specifying how documents are presented to users — how they are styled, laid out, etc.

Cascading Style Sheets

Selector- Selects the element we are going to style

Uses { curly braces}

Inside the braces will be declarations such as property and value