Guest User

Untitled

a guest
Nov 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Padding</title>
  5. <style>
  6. p {
  7. padding-top:50px
  8. padding-bottom:50px
  9. padding-left:50px
  10. padding-right:50px
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <p style="background-color:lime">This paragraph has alot of spaces and lines
  16. <!-- And was written 2017-11-16-->
  17. </p>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment