Share Pastebin
Guest
Private paste!

Untitled

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