Font
- color: red;
- font-family: ‘Comic Sans MS’, 'Arial', 'sans-serif';
- text-decoration: underline;
- font-size: 75%;
- letter-spacing: 2em;
- font-style: italic;
- font-weight: bold;
Paragraph
- letter-spacing: 3em;
- text-align: left;
- margin: 2em;
- padding: 1em;
- line-height: 150%;
|
Lists
- list-style-type: square;
- list-style-image: url(bullet.gif);
Background
- background-attachment: fixed;
- background-color: blue;
- background-image: url(sunset.jpg);
- background-repeat: repeat-x;
Border
- border-width: thick;
- border-color: #383AB3;
- border-style: groove;
- border-bottom-color: blue;
- border-top-width: 2px;
- border-left-style: dashed;
|