-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dasmoto's Arts and Crafts</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<h1>Dasmoto's Arts & Crafts</h1>
</header>
<main>
<div class="brushes">
<h2>Brushes</h2>
<img src="./images/hacksaw.jpeg" alt="hacksaw">
<h3>Hacksaw Brushes</h3>
<p>Made of the hightest quality oak, Hacksaw brushes are known for their weight and ability to hold pain in
large amounts. Available in different sizes. <span>Starting at $3.00 / brush.</span></p>
</div>
<div class="frames">
<h2>Frames</h2>
<img src="./images/frames.jpeg" alt="frames">
<h3>Art Frames (assorted)</h3>
<p>Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be
sanded
and painted according to your needs. <span>Startingat $2.00 / frame.</span></p>
</div>
<div class="paint">
<h2>Paint</h2>
<img src="./images/finnish.jpeg" alt="finnish">
<h3>Clean Finnish Paint</h3>
<p>Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.).
Clean Finnish paint microbinds to canvas, increasin g the finish and longevity of any artwork. <span>Starting
at $5.00 / tube.</span></p>
</div>
</main>
<footer>
</footer>
</body>
</html>