Thursday, 8 May 2014

CSS Rules - Important

#css #rules
h2.subheading {color:blue;}
div#sidebar{font-size:80%;}

#this means h2 tag WITH subheading class , color will be blue

div tag WITH sidebar id, font size will be 80%

no space means WITH

No comments:

Post a Comment