Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/12/2013, 22:59
Avatar de ccessaro
ccessaro
 
Fecha de Ingreso: noviembre-2008
Mensajes: 11
Antigüedad: 15 años, 5 meses
Puntos: 0
Respuesta: Insertar texto sobre imagen

<title>Documento sin título</title>
<style type="text/css">
#slogan {background:url(../images/slogan-bg.jpg) no-repeat left top;width:980px;height:220px;margin:12px 0 0 0;position:relative;left:3px;color:#fff;text-shadow:1px 1px

#3e7901;position:relative}

#slogan h2 {font-size:26px;text-transform:uppercase;color:#fff}

#slogan h2 span {color:#262626}

#slogan .inside {
position:absolute;
left:363px;
top:26px;
width:576px
}
</style>
* Aqui esta para la hoja de stilos

</head>

<body>
<div id="slogan">
<div class="inside">
<h2><span>Your Domain Name</span> Helps the World to Find You</h2>
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.</p>
</div>
</div>
</body>
</html>

Como puedes ver prueba los div y en h2 y p titulo y texto, espero te sirva.