sexta-feira, 20 de junho de 2014

Correio de Uberlândia

<html>
<style type="text/css">
#Conteudo{
width: 60%;
height: 500%;
margin-left: 20%;
margin-right: 20%;
background-color: red;
}
#AC{
height: 10%;
width: 30%;
background-color: red;
float: left;
}
#a{
height: 50%;
width: 100%;
background-color: blue;
}
#c{
height: 50%;
width: 100%;
background-color: green;
}
#BD{
height: 10%;
width: 70%;
background-color: violet;
float: left;
}
#b{
height: 10%;
width: 100%;
background-color: brown;
}
#d{
height: 90%;
width: 100%;
background-color: yellow;
}

</style>
<body>
<div id="Conteudo">
<div id="AC">
<div id="a"> A </div>
<div id="c"> C </div>
</div>
<div id="BD">
<div id="b"> B </div>
<div id="d"> D </div>
</div>
</div>

0 comentários:

Postar um comentário