Advertisement
MusicFreak

iojdsafadask[p

Nov 20th, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <html>
  2.     <title> In the lack of a better name </title>
  3.     <head>
  4.     <style type="text/css" >
  5.     .banner{
  6.     position:absolute; top:7px; left:1px; font-size:100px; font-family:arial black; color:red;
  7.     }
  8.     .shadow{
  9.     position:absolute; top:15px; left:7px; font-size:100px; font-family:arial black; color:gray;
  10.     }
  11.     </style></head>
  12.     <body>
  13.         <div class="shadow"> HTML & Web Design </div>
  14.         <div class="banner"> HTML & Web Design </div>
  15.         </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement