<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#imagen_centrada {
position: absolute;
top: 50%;
left: 50%;
width: 300px;
height: 168px;
margin-left: -150px;
margin-top: -82px;
}
</style>
</head>
<body>
<div id="portatil">
<img id="imagen_centrada" src="images/foto1.jpg">
</div>
</body>
</html>
No hay comentarios:
Publicar un comentario