|
|
|

|

|
Dicas
|

|
ASP - Active Server Page (Miscelâneas)
|
|
 |
Título da Dica: Exemplo de letras com Background
|
 |
|
|
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> .light2 { top:-1; left:-2; color:white; } .shade2 { top:+1; left:+2; color:black; } .fill2 { top:0; left:0; color:silver; } </style> <div class=Example2> <div class="light2"> <center><h1>Emboss Background Example</h1></center> </div> <div class="shade2"> <center><h1>Emboss Background Example</h1></center> </div> <div class="fill2"> <center><h1>Emboss Background Example</h1></center> </div> </div>
<br><br><br>
</body> </html>
|
|
|
|

|