Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/03/2013, 07:36
fedeclav
 
Fecha de Ingreso: septiembre-2012
Ubicación: Cordoba
Mensajes: 17
Antigüedad: 11 años, 7 meses
Puntos: 0
Problema con css

Gente tengo que acomodar un video de you tube y no puedo darle ninguna ubicacion.

Código HTML:

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>

<h7>

<iframe class="youtube-player" type="text/html" width="540" height="285" src="http://www.youtube.com/embed/63KZb7nyuxc" frameborder="0"></iframe>

</h7>






</body>
</html> 

y no me responde ningun estilo por ej.


Código:
h7 {     margin-right:   25 px; 
            margin-top:    15px;
     }
quiero correrlo del borde izquierdo y de arriba y no puedo hacerlo.