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.
**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