Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/04/2013, 03:09
Avatar de benti
benti
 
Fecha de Ingreso: octubre-2001
Ubicación: Benidorm
Mensajes: 413
Antigüedad: 22 años, 6 meses
Puntos: 0
Respuesta: Alinear 2 objetos

Pzin gracias ya lo he cambiado dandole propiedades a los "h1" y "h2"

Código HTML:
.container > header{
	padding: 0px 0px 0px 10%;
	margin: 0px 0px 0px 0px;
	position: relative;
	display:block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 75px;
	line-height: 45px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 200px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 26px;
	font-style: italic;
	color: #9a9a9a;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	padding: 0px 0px 5px 200px;
}
.container > header img{
	top: 100px;
	position: relative;
	display: block;
}
__________________
Seguro que ahora me sale mejor!