Daryan997

Untitled

Oct 8th, 2020
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Document</title>
  5. </head>
  6. <body>
  7. <div style="width: 100%; text-align: center;background-color: yellow">
  8. <h1 >My blog about my life</h1>
  9. </div>
  10. <div style="width: 20% ;float: left;">
  11. <h3>Menu</h3>
  12. <a href="">Today</a><br>
  13. <a href="">Yesterday</a><br>
  14. <a href="">Last week</a><br>
  15. <a href="">Archieve</a>
  16. </div>
  17. <hr style="height:500px;width:0px;border-left:solid black; float: left; margin-left: 10px ">
  18. <div style="width: 50%;float: left; margin-left: 10px">
  19.  
  20. <h3>Meeting with my supervisor</h3>
  21. <p>14 Dec 2011<br>
  22. Today I went to the university by bus.<br>
  23. I had a met with my PhD supervisor.</p>
  24. <h3>New car!!!</h3>
  25. <p>12 Dec 2011<br>
  26. Today I bought my new car. it's a Honda Accord and it's really nice.<br>
  27. I met some friends at a pub</p>
  28. <h3>Visit my parents</h3>
  29. <p>10 Dec 2011<br>
  30. Tried to contact my PhD supervisor. He was out of his office<br>
  31. I visited my parents and we had a nice dinner together</p>
  32. </div>
  33. <div style="float: right;widows: 40%; height: 120px;border: 1px solid black ;" >
  34. <div style="margin-left: 10px; margin-right: 10px">
  35. <h3>Last posts</h3>
  36. <a href="">Meeting with supervisor</a><br>
  37. <a href="">New car!!!</a><br>
  38. <a href="">Visit my parents</a>
  39. </div>
  40. </div>
  41. </body>
  42. </html>
Add Comment
Please, Sign In to add comment