Guest
Private paste!

Untitled

By: a guest | Apr 25th, 2010 | Syntax: HTML | Size: 0.21 KB | Hits: 104 | Expires: Never
Copy text to clipboard
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. .center
  5. {
  6. text-align:center;
  7. }
  8. </style>
  9. </head>
  10.  
  11. <body>
  12. <h1 class="center">Center-aligned heading</h1>
  13. <p class="center">Center-aligned paragraph.</p>
  14. </body>
  15. </html>