reading-notes

My learning journal for code fellows.


Project maintained by mmahad865 Hosted on GitHub Pages — Theme by mattgraham

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

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

For more information Clike here