Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Collapsing Margins</title>
  6. <link rel="stylesheet" href="stylesheets/main.css" type="text/css">
  7. </head>
  8.  
  9. <body>
  10. <div>This is paragraph 1</div>
  11. <div class="preserve-vertical-margins"></div>
  12. <div>This is paragraph 2</div>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement