Codigo HTML
<!DOCTYPE html>
<html lang="PT-BR">
<head>
<meta charset="UTF-8">
<title>Site-sº-Ano-t</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="site">
<div id="header">Cabeçalho</div>
<div id="Cont-left">Conteudo Esquerdo</div>
<div id="Cont-right">Conteudo Direito</div>
<div id="clear">sou isso</div>
<div id="footer">Conteudo rodape</div>
</div>
</body>
</html>
Codigo CSS
#site{
width:980px;
margin:0 auto;
}
body{ margin:0; padding:0;}
#header{
height:140px;
margin-bottom:15px;
background-color:#0d7963;
}
#Cont-right {
width:690px;
height:450px;
background-color:#0d7963;
float:right;
}
#Cont-left {
width:275px;
height:450px;
background-color:#0d7963;
float:left;
}
#clear {
clear:both;
}
#footer {
height:70px;
margin-top:15px;
background-color:#0d7963;
}
05:11
Adb







0 comentários :
Postar um comentário