Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <div class="nav">
  5. <div class="container">
  6. <ul>
  7. <li>Lena</li>
  8. <li>Browse</li>
  9. </ul>
  10. <ul>
  11. <li>Sing Up</li>
  12. <li>Log In</li>
  13. <li>Help</li>
  14. </ul>
  15. </div>
  16. </div>
  17. <div class="jumbotron">
  18. <div class="container">
  19. <h1>Find a place to stay.</h1>
  20. <p>Rent from people in over 34,000 cities and 192 countries.</p>
  21. </div>
  22. </div>
  23. <div class="learn=more">
  24. <div class="container">
  25. <div>
  26. <h3>Travel</h3>
  27. <p>From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.</p>
  28. <p>
  29. <a href="#">See how to travel on Airbnb</a>
  30. </p>
  31. </div>
  32. <div>
  33. <h3>Host</h3>
  34. <p>Renting out your unused space could pay your bills or fund your next vacation.</p>
  35. <p>
  36. <a href="#">Learn more about hosting</a>
  37. </p>
  38. </div>
  39. <div>
  40. <h3>Trust and Safety</h3>
  41. <p>From Verified ID to our worldwide customer support team, we've got your back.</p>
  42. <p>
  43. <a href="#">Learn about trust at Airbnb</a>
  44. </p>
  45. </div>
  46. </div>
  47. </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement