Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <DOCTYPE!>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="style.css">
  5. <!--[if lt IE 9]>
  6. <script src="dist/html5shiv.js"></script>
  7. <![endif]-->
  8. </head>
  9. <body>
  10. <img src="/Users/alexparsons/Desktop/AvoArt/img/logo2.jpg" style="position: inherit; left: 10px; margin: 0 auto; ">
  11. <nav>
  12. <ul>
  13. <li>
  14. <a href="#">Home</a>
  15. </li>
  16. <li>
  17. <a href="#">Gallery</a>
  18. </li>
  19. <li>
  20. <a href="#">About Me</a>
  21. </li>
  22. <li>
  23. <a href="#">Request Order</a>
  24. </li>
  25. <li>
  26. <a href="#">Contact</a>
  27. </li>
  28. </ul>
  29. </nav>
  30. <img src="/Users/alexparsons/Desktop/AvoArt/img/art1.jpg" style=" position: inherit; left: 40px; margin: 0 auto; margin-top: 40px;">
  31. <p style="font-family: Abel, sans-serif; font-size: 16px; margin-left: 500px; margin- top: -250px;"> This is some random text. This random text will be filled later with other text that has to do with the picture to the right. The picture to the right has a lot to with some other stuff that is problebly very important. This is random text. This is random text. This is random text. This is random text. This is random text. This is random text. This is random text. </p>
  32.  
  33. <div class="line" style="background-color: #000; width: 1015px; height: 1px; margin-top: -200px;">
  34. <div class="line" style="margin-left: 82px; background-color: #000; width: 100px; height: 4px; margin-top: -200px;">
  35. </div>
  36. </div>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement