how to inherit font size from main page style

How many times you needed to use a regular fixed font for the page via CSS and use a relative font size on other content blocks : well the CSS way to do this is to set the main page style font size :

.main {
font size:15px;
}

And then add relative size to other elemnts:
.content_tilte {
font-size:small;
}

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)