Ver Mensaje Individual
  #6 (permalink)  
Antiguo 03/03/2013, 07:35
royalz
 
Fecha de Ingreso: enero-2013
Ubicación: Zaragoza
Mensajes: 24
Antigüedad: 11 años, 4 meses
Puntos: 0
Respuesta: espacio en el top, un tanto extraño.

Veis, por ejempo ahora mismo al añadir esto:
Código:
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
</head>
<body>
	<style>
	body {background-image: url(img/bg_black.png);margin: 0;}
	header {width: 916px; height: 150px; background-image: url(img/bg_white.png);margin: 0 auto;}
	header p {font-family: 'Exo', sans-serif; font-weight: 500; font-size: 20px; text-align: center;}
	</style>
	<header>
		<p>TECHNO CORP. INDUSTRIES</p>
	</header>
	<div id="wrapper">
	</div>
</body>
</html>
ahora aparece un espacio ahi descomunal, porque?? y a que se debe?, solo estoy cambiando el estilo del texto!