<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sem título</title>
</head>
<link rel="stylesheet" type="text/css" href="styler3.css"/>
<body>
<div id="geral">
<div id="topo"> </div>
<div id="topo2"> </div>
<div id="menu"> </div>
<div id="conteudo"> </div>
<div id="conteudo2"> </div>
<div id="conteudo3"> </div>
<div id="rodape"> </div>
</div>
</body>
</html>
@charset "utf-8";
/* CSS Document */
#geral {width:800px; height:600px;background:#999;margin:auto;}
#topo {width:400px;height:123px;background:#000;float:left;}
#topo2 {width:400px;height:123px;background:#909;margin-left:400px;}
#menu {width:800px;height:80px;background:#039;}
#conteudo {width:300px;height:397px;background:#09F; float:left;}
#conteudo2 {width:300px;height:397px;background:#333; float:left}
#conteudo3 {width:200px;height:397px;background:#C60; margin-left:600px}
#rodape {width:800px;height:50px;background:#0F0;}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sem título</title>
</head>
<link rel="stylesheet" type="text/css" href="styler3.css"/>
<body>
<div id="geral">
<div id="topo"> </div>
<div id="topo2"> </div>
<div id="menu"> </div>
<div id="conteudo"> </div>
<div id="conteudo2"> </div>
<div id="conteudo3"> </div>
<div id="rodape"> </div>
</div>
</body>
</html>
CSS
@charset "utf-8";
/* CSS Document */
#geral {width:800px; height:600px;background:#999;margin:auto;}
#topo {width:400px;height:123px;background:#000;float:left;}
#topo2 {width:400px;height:123px;background:#909;margin-left:400px;}
#menu {width:800px;height:80px;background:#039;}
#conteudo {width:300px;height:397px;background:#09F; float:left;}
#conteudo2 {width:300px;height:397px;background:#333; float:left}
#conteudo3 {width:200px;height:397px;background:#C60; margin-left:600px}
#rodape {width:800px;height:50px;background:#0F0;}
Nenhum comentário:
Postar um comentário