annasgtg

css

Dec 7th, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {background-color: powderblue;}
  6. h1   {color: blue;}
  7. p    {color: red;}
  8. </style>
  9. </head>
  10. <body>
  11.  
  12. <h1>This is a heading</h1>
  13. <p>This is a paragraph.</p>
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment