|
|
|

|

|
Dicas
|

|
ASP - Active Server Page (Miscelâneas)
|
|
 |
Título da Dica: Letras com sombra
|
 |
|
|
Postada em 13/10/2003 por Tekki
<html> <head>
<style> body { background:silver; font-family:Arrus BT,Garamond,Times New Roman; } div { position:absolute; } </style>
<title>Emboss & 3D Letters</title> <head>
<body>
<style> a { text-decoration: none; color:maroon; vlink:maroon; alink:red;} a:hover {color: red } .info { font-family:Times New Roman; positon:relative;} .light { top:-1; left:-1; color:white;} .shade { top:+1; left:+1; color:pink; } .fill { top:0; left:0; color:red; } </style>
</div> <br><br><br>
<style> .shade1 { top:+5; left:+5; color:black; } .fill1 { top:0; left:0; color:red; } </style> <div class=Example1>
<div class="shade1"> <center><h1>Shadow</h1></center> </div> <div class="fill1"> <center><h1>Shadow</h1></center> </div>
</div>
<br><br><br>
</body> </html>
|
|
|
|

|