Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <html>
  2.  
  3. <body>
  4.  
  5.  
  6. <title>Ishmael's Gallery</title>
  7. <style>
  8.  
  9. body {
  10. background-color: SteelBlue;
  11. font-size: 14pt;
  12. color: black
  13.  
  14. }
  15.  
  16. h1 {
  17. font-size: 20pt;
  18. text-align: center;
  19. color: black
  20. }
  21. </style>
  22.  
  23. <nav>
  24. <a href="Home.html">Home<a/>
  25. <a href="Sporting Events.html">Sporting Events</a>
  26. <a href="Weight Lifting.html">Weight Lifting</a>
  27. <a href="Traveling.html">Traveling</a>
  28. <a href="Gallery.html">Gallery</a>
  29. <h1> Gallery</h1>
  30. </nav>
  31.  
  32. <p> There is one thing the photograph must contain, the humanity of the moment.</p>
  33. <p> My Interest and Hobbies has placed many platforms down for the person I am, and the person I plan to be. These pictures are seen and taken from my eyes and lenses revealing a select amount of my passions.</p>
  34. <img src="images/Barcelona Game.jpg" alt="Barcelona Game.jpg" align="bottom" height="200" Width="200"/>
  35.  
  36. <img src="images/USC Basketball.jpg" alt=USC Basketball.jpg align="center" height="200" Width="200"/>
  37. <img src="images/USC Basketball.jpg" width="300" height="300" alt="My Company Name" title="My Company Name" align="right" hspace="5" vspace="5"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement