Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>About Molly</title>
  8. </head>
  9.  
  10. <body>
  11. <div class="container">
  12.  
  13. <div class="header">
  14. <h1>Meet Molly</h1>
  15. </div><!--end header-->
  16.  
  17. <div class="image">
  18. <img src="img/meme.jpg" alt="meme">
  19. </div><!--end image-->
  20.  
  21. <div class="intro column">
  22. <h2>Introduction</h2>
  23. <p>intro paragraph</p>
  24. </div><!--end intro-->
  25.  
  26. <div class="skills column">
  27. <h3>My Skills</h3>
  28. <ul id="skill-list">
  29. <li> an item in a list </li>
  30. <li> another item in a list </li>
  31. </ul>
  32. </div><!--end skills-->
  33.  
  34. <div class="main-text">
  35. <h3>More about Molly</h3>
  36. <p>Retro plaid ethical readymade cold-pressed freegan. La croix gochujang tattooed put a bird on it tumeric. La croix man bun meh, flannel wolf narwhal leggings health goth 90's unicorn forage literally etsy. Raw denim cliche tofu pabst everyday carry mixtape. Paleo try-hard kombucha post-ironic. Beard hammock whatever, leggings pug cold-pressed four dollar toast offal coloring book hell of woke live-edge. Poke keffiyeh roof party, next level live-edge 8-bit offal fingerstache man braid intelligentsia organic edison bulb tweed microdosing tilde.</p>
  37. </div><!--end main text-->
  38.  
  39. </div><!--end container-->
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement