Catatan {bg dan text} [01:44 PM, 24-Jan-10]
Background
body
{
background-color:#b0c4de;
}
body {background-image:url('paper.gif' ) }
body
{
background-image:url( 'gradient2.png' ) ;
background-repeat:repeat-x;
}
ket: x=horizontal
body
{
background-image:url( 'img_tree.png' ) ;
background-repeat:no-repeat;
background-position:top right;
margin-right:200px;
}
body
{
background-image:url( 'smiley.gif' ) ;
background-repeat:no-repeat;
background-attachment:fixed
}
body
{
background:#ffffff url( 'img_tree.png' ) no-repeat top right;
margin-right:200px;
}
text
body { color:red }
h1 { color:#00ff00 }
.ex {color:rgb( 0,0,255 ) }
h1 {text-align:center}
p.date {text-align:right}
p.main {text-align:justify}
a {text-decoration:none}
ket: link tanpa underline
h1 {text-decoration: overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink}
p.uppercase {text-transform:uppercase}
p.lowercase {text-transform:lowercase}
p.capitalize {text-transform:capitalize}
p {text-indent:50px}
h1 {letter-spacing:2px}
h2 {letter-spacing:-3px} ket:spasi antar karakter
p.small {line-height: 90%}
p.big {line-height: 200%}
ket:spasi antar line
img.top {vertical-align:text-top}
img.super {vertical-align:super}
dicopet dari: W3schools

Comments
Subscribe to Comment Feed (RSS / ATOM)
No comments yet. Why not make the first one!
New Comment