-
Notifications
You must be signed in to change notification settings - Fork 0
/
dasmoto.html
46 lines (46 loc) · 1.63 KB
/
dasmoto.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dasmoto's Arts & Crafts</title>
<link rel="stylesheet" href="./Resources/CSS/dasmoto.css"
</head>
<header>
<div class="header-img">
<div class="title">Dasmoto's Arts & Crafts</div>
</div>
</header>
<body>
<div class='brushes'>
<h1>Brushes</h1>
</div>
<div>
<img src="./Resources/Images/Dasmoto img 2.jpg">
</div>
<div>
<h1>Hacksaw Brushes</h1>
<p>Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts. Available in different sizes. <div id ="prices">Starting at $3.00 / brush.</class></p>
</div>
<div class='frames'>
<h1>Frames</h1>
</div>
<div>
<img src="./Resources/Images/Dasmoto img 3.jpg">
</div>
<div>
<h1>Art Frames (assorted)</h1>
<p>Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. <div id ="prices">Starting at $2.00 / frame.</class></p>
</div>
<div class='paint'>
<h1>Paint</h1>
</div>
<div>
<img src="./Resources/Images/dasmoto img 4.jpg">
</div>
<div>
<h1>Clean Finnish Paint</h1>
<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, increasing the finish and longevity of any artwork.<div id ="prices"> Starting at $5.00 / tube.</class></p>
</div>
</body>
</html>