-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.96 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
49
50
51
52
<!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">
<link rel="stylesheet" href="style.css">
<title>Dasmoto project</title>
</head>
<body>
<head>
<h1>dasmoto's arts & crafts</h1>
</head>
<main>
<div>
<h3 class="bushes">bushes</h3>
<img src="https://content.codecademy.com/courses/freelance-1/unit-2/hacksaw.jpeg"
alt="image2">
<h4>hacksaw bushes</h4>
<p>Made of the highest quality Oak. Hacksaw brushes are know for their
weight and ability to hold paint in large amounts. Available in
different sizes. <span>Starting at $3.00/brush.</span> </p>
</div>
<div>
<h3 class="frames">frames</h3>
<img src="https://content.codecademy.com/courses/freelance-1/unit-2/frames.jpeg"
alt="image3">
<h4>Art Frames(assorted)</h4>
<p>Assorted frames made of different material, including
MDF, birchwood and PDE. Select frames can be standed and
painted according to your needs. <span>Starting at $2.00/frame.</span>
</p>
</div>
<div>
<h3 class="paint">paint</h3>
<img src="https://content.codecademy.com/courses/freelance-1/unit-2/finnish.jpeg"
alt="image4">
<h4>Clean Finish Paint</h4>
<p>Import paint from Finland. Over 256 colors avalable in-store, varying in quantity
(1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas,
increasing the finish and longevity
of any artwork. <span>Starting at $5.00/tube</span></p>
</div>
</main>
<footer>
<a href="#">Return of top </a>
</footer>
</body>
</html>