Advertisement
Ammolife

CSS CODE

Nov 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <DOCTYPE html>
  2. <html>
  3. <head></head>
  4. <title>Edmundo</title>
  5. <link rel="stylesheet"href="index.css">
  6. <meta charset="utf-8">
  7. <style>
  8. body{background-color:#ffa500;}p{text-align:justify;color:#ffffff;}article{background-color:#99cccc;height:200px;width:500px;padding:5px;}table{margin:auto;background-color:#979b00;color:#c9f76f;width:300px;border:solid:#000000:2px;}td{text-align:left;}footer{margin:auto;background-color:#86b32d;}a{color:#006600;text-decoration:none}a:visited{color:#ffc0cb;}a:hover{color:#8000080;}span{color:#ff0000;font-weight:bold;}
  9. </style>
  10.  
  11.  
  12. <body>
  13. <header> <h1 style="text-align:center;color:#ffffff;line-height:75px;width:500px;margin:auto;border-radius:20px;background-color:#0000ff">Ed's Hobbies</h1> <br>
  14. </header>
  15. <center>
  16. <article>
  17. <nav>
  18. <img src="speech1.jpeg" style="float:right;clear;left;width:200px;height:100px">
  19. <img src="datboi.gif” style="float:right;height:200px;width:400px">
  20. </img>
  21. <p style="text-align:center;font-style:italic"> Hi I'm Ed a junior here. Currently it's my last year here at Richards. I made a website about my hobbies as a memory of spending 3 years here at Richards. At my website you can find <span>dank memes</span>,<span>comic sans font</span>, and a <span>rare photo of a blobfish</span>. Hope you enjoy your stay. Thanks for visiting!</p>
  22. <li><a href="dankmemes.html"> Dank memes</a>
  23. <li><a href="videogames.html">Video games</a>
  24. <li><a href="drama.html">Speech</a>
  25. <li><a href="reading.html">Reading</a>
  26. </article>
  27. </center>
  28. <footer> <p> Edmundo Lara "OK Boomer"Copyright circa (2019)
  29. </footer>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement