-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.51 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.51 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
<html>
<head>
<title> </title>
<link href="C:\Users\ermi2\Desktop\JWD Project\resource\css\index.css">
</head>
<body>
<div class="head"><h1>Dasmoto's Arts & Crafts</h1>
</div>
<div>
<h2 class="brush">Brush</h2>
<img src="https://content.codecademy.com/courses/freelance-1/unit-2/hacksaw.jpeg" alt="image of brush">
<h3>Hacksaw Brush</h3>
<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.<span>Starting at $3.00/brush.</span></p>
</div>
<div>
<h2 class="frames"> Frames</h2>
<img src="https://content.codecademy.com/courses/freelance-1/unit-2/frames.jpeg" alt="frames image">
<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>Starting at $2.00/frame.</span></p>
</div>
<div>
<h2 class="paint">Paint</h2>
<img src="https://content.codecademy.com/courses/freelance-1/unit-2/finnish.jpeg" alt="paint image">
<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, increasing the finish and longevity of any artwork.<span>Starting at $5.00/tube.</span></p>
</div>
</body>
</html>