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

Untitled

By: a guest on Jun 12th, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 16  |  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. <?xml version="1.0" encoding="utf-8"?>
  2. <html>
  3. <head>
  4. <style type="css">
  5.  
  6. body {
  7. height:480px;
  8. width:320px;
  9. max-width:320px;
  10. max-height:480px;
  11. }
  12.  
  13. div.snowman {
  14. height:480px;
  15. width:320px;
  16. }
  17.  
  18.  
  19. </style>
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  21. </head>
  22. <body>
  23.  
  24. <center>
  25. <div id="snowman" style="font-size:1000%;"><font color="#FFFFFF">
  26. &#9731;
  27. </font>
  28. </div>
  29. </center>
  30.  
  31. </body>
  32. </html>