123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>Dasmoto's Arts & Crafts</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="./resources/css/style.css" type="text/css" media="screen" />
- </head>
- <body>
- <header class="title">
- <h1>Dasmoto's Arts & Crafts</h1>
- </header>
- <main>
- <div id="brush" class="item">
- <h2>Brushes</h2>
- <img src="./resources/img/hacksaw.jpeg" />
- <h3>Hacksaw Brushes</h3>
- <p>
- <span>
- Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts.
- </span>
- <span>
- Available in different sizes.
- </span>
- <span class="price">
- $3.00
- </span>
- </p>
- </div>
- <div id="frame" class="item">
- <h2>Frame</h2>
- <img src="./resources/img/hacksaw.jpeg" />
- <h3>Art Frames (assorted)</h3>
- <p>
- <span>
- Assorted frames made of different material, including MDF, birchwood, and PDE.
- </span>
- <span>
- Select frames can be sanded and painted according to your needs.
- </span>
- <span class="price">
- $2.00
- </span>
- </p>
- </div>
- <div id="paint" class="item">
- <h2>Brushes</h2>
- <img src="./resources/img/hacksaw.jpeg" />
- <h3>Hacksaw Brushes</h3>
- <p>
- <span>
- Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts.
- </span>
- <span>
- Available in different sizes.
- </span>
- <span class="price">
- $3.00
- </span>
- </p>
- </div>
- </main>
- </body>
- </html>
|