Table of contents
No headings in the article.
I am writing this blog to record my steps on adding colors and fonts to my website.
what is css? cascading style sheet.
what it does? Css adds style to contents of html page.
I have done the following steps:
Using the body tag and the properties font and size of whole page is modified.
The h1 element with font size property value in units .em is 3em.
Repeat the step 2 for h2 and h3 elements with suitable font size property values.
To divide my page into two columns display grid is used and gird-template-columns property is used.
Remaining styles are added.
To separate the two columns, border-right property is used.
Wrapping up: In this article, I have written steps in styling my css file.
Source: Microsoft