Guest
Private paste!

Untitled

By: a guest | Apr 25th, 2010 | Syntax: HTML | Size: 0.28 KB | Hits: 116 | Expires: Never
Copy text to clipboard
  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>