3d Text
http://www.dynamicdrive.com/dynamicindex10/3dtext.htm
This is how I have it in my page:
In the head section:
<style>
.light3 { top:-2; left:-2; color:white; }
.shade3 { top:+2; left:+2; color:lightblue; }
.fill3 { top:0; left:0; color:blue; } </style>
In the body section:
<div class=Example3>
<div class="light3">
<center><h1>Text</h1></center>
</div>
<div class="shade3">
<center><h1>Text</h1></center>
</div>
<div class="fill3">
<center><h1>Text</h1></center>
</div>
</div>
And it shows up as 3 lines of text, with 3 different colors:
Text
Text
Text
What'd I do wrong? Thanks in advance!
--Brenon



Reply With Quote


Bookmarks