Obsession
Edward Cullen
Watching
Criminal Minds
Supernatural
Twilight
Playing
World of Warcraft
Star Ocean - The first departure(PSP)
WOW Character
Nick: Wishix
Lv: 80
Race: Blood Elf
Class: Priest
Guild: Intoxicated
Server: Wildhammer PVP
p {
border-top-width: 1px;
border-right-width: 5px;
border-bottom-width: 10px;
border-left-width: 20px;
}
Can be summed up as:
p {
border-width: 1px 5px 10px 20px;
}
border-width, border-color and border-style can also be summed up as, for example:
p {
border: 1px red solid;
}
(This can also be applied to border-top, border-right etc.)
p {
font: italic bold 1em/1.5 courier;
}
(Where the '/1.5' is the line-height)
p {
font: 1em/1.5 "Times New Roman", times, serif;
padding: 3em 1em;
border: 1px black solid;
border-width: 1px 5px 5px 1px;
border-color: red green blue yellow;
margin: 1em 5em;
}