
| ||||
¿Algo así?:
Código:
<html> <head> <title>efecto sombra</title> </head> <body> <div style="position: absolute; top: 14px; width: 470px; height: 80px; font-size: 40pt; font-family: verdana; color: #000000">HOLA</div> <div style="position: absolute; top: 10px; width: 470px; height: 80px; font-size: 40pt; font-family: verdana; color:# ff0000">HOLA</div> </body> </html> |