Assignment 2 CSS code
BODY
{background-image:url(images/caderno.gif);
background-color: silver;
margin : 60px;
font-size : 10pt;
font-family : Arial;
color: black;
border-left-width : 15px;
border-top-width : 15pt;
border-color : #99CCCC;
border-style : inset;}
A {text-decoration : none;
color : Red;}
A:Visited {text-decoration : none;
color : Fuchsia;}
A:Active {text-decoration : none;
color : Maroon;}
H1 {font-family : cursive;
font-size: 18pt; color :#666600 ;
text-align : center;}
H2 {font-size : 14pt;
font-family : serif;
color : #FFFFCC;
border-style : outset;
border-color : #996600;
background-color : #999966;
text-align : center;
border-width : 5px;}
B {color : Navy; }
.intro {font-family: arial; font-size: 8pt;
font-weight: bold; text-transform : uppercase;
color :#996600 ;}
.text {color: #993300;}
#italic {font-size: 12pt; color: #663300;
font-style: italic; font-weight: bold;}
#shadow {font-family : cursive;
font-size: 18pt; color :#999999 ;
text-align : center; font-weight: bold;
position:absolute; top:15px;
left: 100px;index-z: 1;}
#word {font-family : cursive;
font-size: 18pt; color :#666600 ;
text-align : center; font-weight: bold;
position:absolute;
top:10px; left: 110px;
index-z: 2;}
#block {position: absolute;
top:60px; left:60px;}
OL {list-style-image:url(images/alfinete.gif);
font-family: cursive; color: Navy;}
Back to assignemnt 2