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;
