Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Odyssey</title>
- <style>
- body {
- margin-left:25%;
- margin-right: 25%;
- margin-top: 5%;
- margin-bottom: 10%;
- background-color: black;
- }
- blockquote {
- position: relative;
- left: 15%;
- border-style: hidden;
- border-radius: 10%;
- background-color: white;
- margin: 10px;
- padding: 1%;
- }
- q {
- font-family: serif;
- margin: 0px;
- }
- p {
- color: white;
- }
- </style>
- </head>
- <body>
- <p>The poem starts with words:</p>
- <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>
- Many cities did he visit, and many were the nations<br> with whose manners and customs he was acquainted<br>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement