index.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Dasmoto's Arts & Crafts</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <link rel="stylesheet" href="./resources/css/style.css" type="text/css" media="screen" />
  10. </head>
  11. <body>
  12. <header class="title">
  13. <h1>Dasmoto's Arts & Crafts</h1>
  14. </header>
  15. <main>
  16. <div id="brush" class="item">
  17. <h2>Brushes</h2>
  18. <img src="./resources/img/hacksaw.jpeg" />
  19. <h3>Hacksaw Brushes</h3>
  20. <p>
  21. <span>
  22. Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts.
  23. </span>
  24. <span>
  25. Available in different sizes.
  26. </span>
  27. <span class="price">
  28. $3.00
  29. </span>
  30. </p>
  31. </div>
  32. <div id="frame" class="item">
  33. <h2>Frame</h2>
  34. <img src="./resources/img/hacksaw.jpeg" />
  35. <h3>Art Frames (assorted)</h3>
  36. <p>
  37. <span>
  38. Assorted frames made of different material, including MDF, birchwood, and PDE.
  39. </span>
  40. <span>
  41. Select frames can be sanded and painted according to your needs.
  42. </span>
  43. <span class="price">
  44. $2.00
  45. </span>
  46. </p>
  47. </div>
  48. <div id="paint" class="item">
  49. <h2>Brushes</h2>
  50. <img src="./resources/img/hacksaw.jpeg" />
  51. <h3>Hacksaw Brushes</h3>
  52. <p>
  53. <span>
  54. Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts.
  55. </span>
  56. <span>
  57. Available in different sizes.
  58. </span>
  59. <span class="price">
  60. $3.00
  61. </span>
  62. </p>
  63. </div>
  64. </main>
  65. </body>
  66. </html>