Obsession
Watching
You're Beautiful
Liar Game 2
Autumn's Concerto
Playing
World of Warcraft
WOW Character
Nick: Wishix
Lv: 80
Race: Blood Elf
Class: Priest
Guild: Intoxicated
Server: Thaurissan
Nick:Wishie
Lv: 80
Race: Undead
Class: Dark Knight
Guild: Singabombz
Server: Thaurissan
#top {
background-color: #ccc;
padding: 1em
}
.intro {
color: red;
font-weight: bold;
}
The HTML refers to the CSS by using the attributes id and class. It could look something like this:
<div id="top"> <h1>Chocolate curry</h1> <p class="intro">This is my recipe for making curry purely with
chocolate</p> <p class="intro">Mmm mm mmmmm</p> </div>