Advertisement
Guest User

Untitled

a guest
Aug 12th, 2023
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Odyssey</title>
  5. <style>
  6. body {
  7.   margin-left:25%;
  8.   margin-right: 25%;
  9.   margin-top: 5%;
  10.   margin-bottom: 10%;
  11.   background-color: black;
  12. }
  13. blockquote {
  14.   position: relative;
  15.   left: 15%;
  16.   border-style: hidden;
  17.   border-radius: 10%;
  18.   background-color: white;
  19.   margin: 10px;
  20.   padding: 1%;
  21. }
  22. q {
  23. font-family: serif;
  24. margin: 0px;
  25. }
  26. p {
  27. color: white;
  28. }
  29.  
  30. </style>
  31. </head>
  32. <body>
  33. <p>The poem starts with words:</p>
  34. <blockquote cite="The Odyssey translated by Samuel Butler">Tell me, O muse, of that ingenious hero who travelled far and wide<br> after he had sacked the famous town of Troy.<br>
  35. Many cities did he visit, and many were the nations<br> with whose manners and customs he was acquainted<br>
  36. </body>
  37. </html>
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement