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

Untitled

By: a guest on Apr 25th, 2010  |  syntax: HTML  |  size: 0.28 KB  |  hits: 126  |  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. <html>
  2. <head>
  3. <style type="text/css">
  4. body
  5. {
  6. background-color:#d0e4fe;
  7. }
  8. h1
  9. {
  10. color:orange;
  11. text-align:center;
  12. }
  13. p
  14. {
  15. font-family:"Times New Roman";
  16. font-size:20px;
  17. }
  18. </style>
  19. </head>
  20.  
  21. <body>
  22.  
  23. <h1>CSS example!</h1>
  24. <p>This is a paragraph.</p>
  25.  
  26. </body>
  27. </html>