Advertisement
Guest User

Untitled

a guest
May 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Tree</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7. <body>
  8. <div class="header">
  9. <img class ="logo" src="file:///C:/Users/Diwash/Downloads/treepreservation/treepreservation/images/logo.png">
  10. <a class ="nav-btn" href="#">Donate Now</a>
  11. <div class="nav-bar">
  12. <ul>
  13. <li><a href="">Home</a></li>
  14. <li><a href="">Home</a></li>
  15. <li><a href="">Home</a></li>
  16. <li><a href="">Home</a></li>
  17. <li><a href="">Home</a></li>
  18. <li><a href="">Home</a></li>
  19. </ul>
  20. </div>
  21. </div>
  22. <div class="main-body">
  23. <div class="text">
  24. <p>As The Saying Goes..<br>
  25. You Don’t Know What You’ve Got <br>
  26. ‘Till It’s Gone.</p>
  27.  
  28. <h2>Plant A Tree.</h2>
  29.  
  30. <h2>Grow A Tree.</h2>
  31.  
  32. <h2>Save The Future.</h2>
  33.  
  34. </div>
  35. </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement