Dev Corner

Software Developer’s Notepad

Archive for the ‘CSS’ Category

We can specify the font, with which the text to be displayed. Read the rest of this entry »

Replace font tags with CSS

Posted by bateto under CSS Basics

We can style text with CSS for a lot of time. So there is no big reason to continue to use the tag to style text. Instead of this deprecated tag we could easily use CSS. Read the rest of this entry »

Selectors in CSS

Posted by bateto under CSS

Problem
To use CSS to apply styles to HTML document is a very good practice. But how to select more accurately different parts of a HTML document and how to apply different properties to HTML of the same type ?

To solve this problem to our help come the CSS selectors. Read the rest of this entry »