-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.41 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.41 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="resources/css/index.css" />
<title>Dasmoto's Arts and Crafts</title>
</head>
<body>
<div class="bki">
<h1>Desmoto's Arts & Crafts</h1>
</div>
<h2 class="bkc_mediumspringgreen">Brushes</h2>
<img src="resources/images/hacksaw.webp" />
<h3>Hacksaw Brushes</h3>
<p>
Made of the highest quality oak, Hacksaw brushes are known for their
weight and ability to hold paint in large amounts. Availble in different
sizes. Starting at <a>$2.00 / frame.</a>
</p>
<h2 class="kc_lightcoral">Frames</h2>
<img src="resources/images/frames.webp" />
<h3>Art Frames (assorted)</h3>
<p>
Assorted frames made of different material, including MDF, birchwood, and
PDE. Select frames can be sanđe and painted according to your needs.
Starting at <a>$2.00 / frame.</a>
</p>
<h2 class="bkc_skyblue">Paint</h2>
<img src="resources/images/finnish.jpeg" alt="" />
<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 ot canvas,
increasing the finish and longevity of any artwork.
<a>Starting at $5.00 / tube.</a>
</p>
</body>
</html>