You are on page 1of 1

<html>

<head>

<style type="text/css">
#contenedor {
width:200px;
height:300px;
border:2px solid aqua;
position:absolute;
top:50%;
margin-top:-150px;/*la mitad de la altura*/;
}

</style>
</head>
<body>
<div id=contenedor>

</div>

</body>
</html>

You might also like