Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <DOCTYPE html>
  2. <html>
  3. <head>
  4.         <meta charset="utf-8">
  5.         <title>Transitions</title>
  6.         <style type="text/css">
  7.         h1{ font-family: "advent";
  8. font-size: 10em;
  9. color: #E5325E;}
  10. div{ }
  11.  
  12.         </style>
  13. </head>
  14. <body>
  15.         <div id="content">
  16.                 <div>
  17.                         <h1><center>Holiday</center></h1>
  18.                 </div>
  19.         </div>
  20. </body>