|
|
|

|

|
Dicas
|

|
ASP - Active Server Page (Miscelâneas)
|
|
 |
Título da Dica: Exemplo de fonte 3D
|
 |
|
|
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> .light3 { top:-2; left:-2; color:white; } .shade3 { top:+2; left:+2; color:lightblue; } .fill3 { top:0; left:0; color:blue; } </style> <div class=Example3> <div class="light3"> <center><h1>Emboss Color Example</h1></center> </div> <div class="shade3"> <center><h1>Emboss Color Example</h1></center> </div> <div class="fill3"> <center><h1>Emboss Color Example</h1></center> </div> </div>
<br><br><br>
</body> </html>
|
|
|
|

|