
18/03/2006, 22:59
|
 | | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 6 meses Puntos: 59 | |
¿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> |