Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <!--[if lt IE 9]>
  7. <script src="dist/html5shiv.ls"></script>
  8. <![endif]-->
  9. <title>About Me</title>
  10. </head>
  11. <body>
  12. <div class="container">
  13. <div class="header">
  14. <h1>About Me</h1>
  15. </div><!--end header-->
  16. </div><!-- end container -->
  17.  
  18. <!-- <div class="example">
  19. <h1>This is just an example sibling</h1>
  20. </div> -->
  21. <div class="image">
  22. <img src="img/kitten.jpg" alt="Kitten">
  23. </div><!-- end class image -->
  24. <div class="intro column">
  25. <h2>Introduction</h2>
  26. <p>Nice little kittens may be a nice element of your home environment</p>
  27. </div>
  28. <div class="skills column">
  29. <h3>My Skills</h3>
  30. <ul id="skill-list">
  31. <li>I hunt down all intruders</li>
  32. <li>Your neighbours will respect you</li>
  33. <li>I create a jungle atmosphere in your home</li>
  34. <li>I break the depressing silence in your house</li>
  35. </ul>
  36.  
  37. </div><!--end skills-->
  38. <div class="main-text">
  39. <h3>More ABout Me</h3>
  40. <p>The cougar (Puma concolor), also commonly known as the mountain lion, puma, panther, or catamount, is a large felid of the subfamily Felinae native to the Americas. Its range, from the Canadian Yukon to the southern Andes of South America, is the greatest of any large wild terrestrial mammal in the Western Hemisphere. An adaptable, generalist species, the cougar is found in most American habitat types. It is the second-heaviest cat in the New World, after the jaguar. Secretive and largely solitary by nature, the cougar is properly considered both nocturnal and crepuscular, although there are daytime sightings. The cougar is more closely related to smaller felines, including the domestic cat (subfamily Felinae), than to any species of subfamily Pantherinae, of which only the jaguar is native to the Americas.</p>
  41.  
  42. </div><!-- end main-text -->
  43.  
  44. </body>
  45.  
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement