Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Session 1</title>
  4. <style>
  5. body {font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  6. background-color:aquamarine;
  7. margin:0px;}
  8. h1 {color:green;}
  9. p {color:gray;}
  10. a {color:gray;
  11. text-decoration:none;}
  12. div {background-color:hotpink;
  13. margin:50px;
  14. padding:20px;}
  15. </style>
  16. </head>
  17. <body>
  18. <div>
  19. <h1>Title</h1>
  20. <h2>Subtitle</h2>
  21. <h3>Name</h3>
  22. <p><b><i>Lorem</i> ipsum</b> dolor sit amet, consectetur adipisicing elit. Ducimus fugit nisi, non ea eligendi, omnis iusto modi id odit laboriosam.</p>
  23. <p><a href="http://www.google.co.uk/">Lorem ipsum</a> dolor sit amet, consectetur adipisicing elit. Impedit, ab. Quidem consequuntur nobis tenetur adipisci. Corrupti, omnis similique minus quod.</p>
  24. </div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement