Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 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. <title>about me</title>
  7. <link rel="stylesheet" href="css/normalize.css" >
  8. <link rel="stylesheet" href="css/about_styles.css" >
  9.  
  10. </head>
  11.  
  12. <body>
  13.  
  14.  
  15. <div class="container">
  16. <div class="header">
  17. <h1>about me </h1>
  18. </div> <!-- header end here -->
  19.  
  20. <div class="image">
  21. <img src="img/wolf.jpg" alt="wolf">
  22. </div> <!-- end image here -->
  23.  
  24. <div class="intro column">
  25. <h3>introductiom</h3>
  26. <p>knock knock </p>
  27. </div> <!-- end intro column -->
  28. <div class="skills column">
  29. <h3>my skills</h3>
  30. <ul id="skill-list" >
  31. <li>one list item</li>
  32. <li>another list item</li>
  33. </ul>
  34. </div> <!-- end my skills -->
  35. <div= class="main-text">
  36. <h3>my story</h3>
  37. <p>Came from Algeria 3 years ago,chasing the american dream,I try to gain knowledge everyday the more you learn the more you earn </p>
  38. </div> <!-- end main text -->
  39. </div> <!-- container end here -->
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. </body>
  47.  
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement