Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Blog</title>
  5. <!--nav bar is created-->
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <style type="text/css" >
  8. .head1{
  9. position: absolute;
  10. font-size: 20px;
  11. font-family: verdana;
  12. margin-bottom: 50px;
  13. }
  14. .para1{
  15. position: relative;
  16. font-size: 20px;
  17. font-family:cursive;
  18. margin-top: 60px;
  19.  
  20. }
  21. .head2{
  22. position: absolute;
  23. font-size: 20px;
  24. font-family: verdana;
  25. margin-bottom: 50px;
  26. }
  27. .para2{
  28. position: relative;
  29. font-size: 20px;
  30. font-family:cursive;
  31. margin-top: 60px;
  32.  
  33. }
  34. .head3{
  35. position: absolute;
  36. font-size: 20px;
  37. font-family: verdana;
  38. margin-bottom: 50px;
  39. }
  40. .para3{
  41. position: relative;
  42. font-size: 20px;
  43. font-family:cursive;
  44. margin-top: 60px;
  45.  
  46. }
  47. </style>
  48. </head>
  49. <body>
  50. <div> nav
  51. </div>
  52. <div>
  53. <h3 class="head1">Description about latest Technologies </h3>
  54. </div>
  55. <!--blog section is created-->
  56. <p class="para1">The designed website is an E-commerce website which is created to show the list of watches
  57. that are on sale in a suitable prices.<br>Watches are the best things for people to maintain their personality .<br>So,I created this website to know the importance of watches to maintain personality.<br>Available watches are the most branded watches of all time.</p>
  58. <div>
  59. <h3 class="head2">Positive Impact</h3>
  60. </div>
  61. <p class="para2">In this 21st century,Internet has captured its wide area in various things from smaller things to bigger ones.<br>Nowadys,people are using this e-commercial website to buy several products to adjust their personality.<br>This type of website has saved the time of people as they can utilize their time in other sectors. </p>
  62. <div>
  63. <h3 class="head3">Negative Impact</h3>
  64.  
  65. </div>
  66.  
  67.  
  68. <p class="para3">Although, there are several advantages of e-commerce there are also certain drawbacks.<br>Many customers want to buy the products by physical touching which is prevented by online shoping.<br>Sometimes differnt securities also prevail due to the irresponsive behaviour of the network.</p>
  69. </div>
  70.  
  71. <div>
  72. <h3 class="head3">Verdict</h3>
  73.  
  74. </div>
  75.  
  76.  
  77. <p class="para3">Although, there are several advantages of e-commerce there are also certain drawbacks.<br>Many customers want to buy the products by physical touching which is prevented by online shoping.<br>Sometimes differnt securities also prevail due to the irresponsive behaviour of the network.</p>
  78. </div>
  79. <!-- footer !--><div>
  80. footer
  81. </div>
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement