Introduction to Design Typography

List of CSS terms

css propertytypography termPage Reference
line-heightleadingpage 125
letter-spacingkerningpage 125
word-spacingtrackingpage 125
Styling for anchor links

Table of CSS Property and Values
Examples of CSS properties include div, span; values provide specifics for a property; for example, a div with a id of "large":
<div id="large">

Shorthand
background: color url(url) attachment position repeat;
margin: top right bottom left;
border: width color style;
outline: width color style;
list-style: type url(url) position; /* page 137 */
font: font-style font-variant font-weight font-size/line-height font-family; /* page 128 */
border-radius: top-left top-right bottom-right bottom-left;
padding: top right bottom left; /* page 140 */
margin: top right bottom left; /* page 142 */

Link to online CSS sandbox

Return to WebDesign Main Section