Guest User

Untitled

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