Muchas gracias!
CSS
Código:
HTMLh1{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:40px; background-color:#FFF; margin:0; color:#003366; } #texto{ margin-top:50%; width:340px; height:auto; float:right; }
Código HTML:
<div id="texto"> <h1>lprueba prueba</h1> <h1>prueba</h1> </div>