RSS

Tag Archives: property

Shorthand CSS

Shorthand CSS for background and font properties.

background: color image repeat attachment x-position y-position;

Sample:

background: #fff  url(imagepath/imagename.extension) no-repeat fixed center top;

background: url(imagename.extension) repeat scroll 0 10px;

font syntax:

font: style variant weight size / line-height font-family;

sample:

font: italic small-caps  bold 12px / 20px Verdana, Arial, Helvetica;

font: oblique normal 700 10px / normal Times Roman, Times,  Arial;

 
Leave a comment

Posted by on August 28, 2009 in CSS

 

Tags: , , , ,

 
Follow

Get every new post delivered to your Inbox.