Skip to content

Latest commit

 

History

History
25 lines (9 loc) · 480 Bytes

File metadata and controls

25 lines (9 loc) · 480 Bytes

What is CSS

It's a language of specifying how documents are presented to user, it can be used for every basic document. You can check the colors, how the buttons look like etc.

How to add it

**There are 3 ways to inserting css

  • *External CSS
  • *Internal CSS
  • *Inline CSS

For example if you wanted to add for the header, (h1 {color:})

For more information Clike here