<!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>
<link rel="stylesheet" type="text/css" href="layout.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sem título</title>
</head>
<body>
<div id="geral">
<div id="topo"> </div>
<div id="menu"> </div>
<div id="conteudo"> </div>
<div id="galeria">
<div id="box1" class="box"> </div>
<div id="box2" class="box"> </div>
<div id="box3" class="box"> </div>
</div>
<div id="rodape"> </div>
</div>
</body>
</html>
@charset "utf-8";
/* CSS Document */
#geral {width:1024px; height:768px;background:#999;margin:auto;}
#topo {width:1024px; height:208px;background:#000;margin:auto;}
#menu {width:256px;height:281px;background:#09F; float:left;}
#conteudo {width:768px;height:281px;background:#063;margin-left:255px;}
#galeria {width:1024px;height:210px;background:#003;float:left;}
.box {width:256px;height:160px;background:#9C0; float:left;margin-left:50px; margin-top:15px}
#rodape{width:1024px;height:71px;background:#000; clear:both}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="layout.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sem título</title>
</head>
<body>
<div id="geral">
<div id="topo"> </div>
<div id="menu"> </div>
<div id="conteudo"> </div>
<div id="galeria">
<div id="box1" class="box"> </div>
<div id="box2" class="box"> </div>
<div id="box3" class="box"> </div>
</div>
<div id="rodape"> </div>
</div>
</body>
</html>
@charset "utf-8";
/* CSS Document */
#geral {width:1024px; height:768px;background:#999;margin:auto;}
#topo {width:1024px; height:208px;background:#000;margin:auto;}
#menu {width:256px;height:281px;background:#09F; float:left;}
#conteudo {width:768px;height:281px;background:#063;margin-left:255px;}
#galeria {width:1024px;height:210px;background:#003;float:left;}
.box {width:256px;height:160px;background:#9C0; float:left;margin-left:50px; margin-top:15px}
#rodape{width:1024px;height:71px;background:#000; clear:both}
Nenhum comentário:
Postar um comentário