<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>centraliza Div</title>
<style type="text/css">
#Div1 {
position:absolute;
width:100px;
height:100px;
top:50%;
left:50%;
margin-top:-50px;
margin-left:-50px;
background-color: #F00;
z-index:0;
}
#Div2 {
position:relative
width:50px;
height:50px;
background-color: #060;
z-index:1;
margin-left:10%;
margin-right:10%;
margin-top:25%;
text-align:center;
vertical-align:middle;
}
</style>
</head>
<body>
<div id="Div1">
<div id="Div2">teste</div>
</div>
</body>
</html>
Nenhum comentário:
Postar um comentário