body { font: 13px verdana,helvetica,sans-serif; } #wrapper { width: 740px; margin-left: 30px; } .red { color: red; font-weight: bold } div.code { font-size: 14px; font-weight: bold; background-color: #f1f1f1; line-height: 22px; padding: 10px 20px; } .element {color: red; font-weight:bold;} .class {color: blue; font-weight:bold;} .instruction {color: green; font-weight:bold;} .property {color: orange; font-weight:bold;} .value {color: gray; font-weight:bold;}
Specify the element, the class name, each property of the element, and the value of each property.
The differenet parts need to be separated by the correct syntax.
Including instructions is optional.