domingo, 23 de junho de 2013

Lembra de botar tudo de highlight

h1{
text-align: center;
}
p {
font-family: "Comic Sans MS";
color: red;
}

li{
display: inline;
}
img{
width: 70;
height: 70;
}
#img1{
width: 300;
height: 300;
}
body {
margin: 0 0 5px 0;
padding: 0;
background-color: Highlight;
font: italic 14px/1.5em
Times New Roman, Tahoma, Arial;
}
/*na área do cabeçalho*/#topo{
width: auto;
height: 50px;
background-color: #D3D3D3;
border-top: 1px solid #666;
border-bottom:3px dotted #000000;
color: #87CEEB;
text-align: center;
}
#colCentral {
background-color: ActiveCaption;
color: red;
padding: 2px 10px;
text-align: justify;
border-bottom: 1px solid #666;
}
#conteudoDir {
position:absolute;
width:140px;
top:60px;
right:5px;
color:red;
padding-bottom:20px;
border-bottom:3px double #666;
}
}
#conteudoEsq {
position:absolute;
width:190px;
top:60px;
left:5px;
color:red;
padding-bottom:20px;
border-bottom:3px double #666;
}
}
#colEsq {
background: #000000;
color:#CD5C5C;
padding: 2px 10px;
text-align: justify;
border-bottom: 1px solid #666;
}
}
#colDir {
background-color: #20B2AA;
margin: 0px;
}

Nenhum comentário:

Postar um comentário