-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.75 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
<!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 & Crafts</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="mainheading">
<h1>Dasmoto's Arts & Crafts</h1>
</div>
<section>
<article>
<h2 class="brushes miniheadings">Brushes</h2>
<img src="hacksaw.jpg" alt="brushes" />
<h4>Hacksaw Brushes</h4>
<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.
<b class="price">Starting at $3.00 / brush.</b></p>
</article>
<article>
<h2 class="frame miniheadings">Frames</h2>
<img src="frames.jpg" alt="frames" />
<h4>Art Frames (assorted)</h4>
<p>Assorted frames made of different material, including MDF, birchwood, and PDE.
Select frames can be sanded and painted according to your needs.
<b class="price">Starting at $2.00 / frame.</b></p>
</article>
<article>
<h2 class="paint miniheadings">Paint</h2>
<img src="finnish.jpeg" alt="paint" />
<h4>Clean Finnish Paint</h4>
<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.
<b class="price">Starting at $5.00 / tube.</b></p>
</article>
</section>
</body>
</html>