Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement