SergioRP

Google

Feb 3rd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <style>
  5.             #google span {
  6.                 font-family: Times;
  7.                 color: #CCC;
  8.                 font-size:72pt;
  9.                 text-shadow: 0 3px 3px #000;
  10.             }
  11.         </style>
  12.     </head>
  13.     <body>
  14.         <div id="google">
  15.             <span style="color:blue">G</span>
  16.             <span style="color:red">o</span>
  17.             <span style="color:orange">o</span>
  18.             <span style="color:blue">g</span>
  19.             <span style="color:green">l</span>
  20.             <span style="color:red">e</span>
  21.         </div>
  22.     </body>
  23. </html>
Add Comment
Please, Sign In to add comment