Dasmato's arts & crafts
Dasmoto's Arts & Crafts
<!---harder then i thought--->
<section class="brushes">
<h2>Brushes</h2>
</section>
<div>
<img href="hacksaw.jpeg" src="hacksaw.jpeg" />
</div>
<div>
<h2 class="hacksaw">Hacksaw Brushes</h2>
<h3>
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
style="color: blue"
font-weight:bold;
font-family:Helvecta;
>
Starting at $3.00 / brush.</span
>
</h3>
</div>
<!--- so far so good --->
<section class="frames">
<h2 id="frames">Frames</h2>
</section>
<img href="frames.jpeg" src="frames.jpeg" />
<article>
<h2>Art Frames (assorted)</h2>
<h3>
Assorted frames made of different material, including MDF, birchwood,
and PDE. Select frames can be sanded and painted according to your
needs.<span style="color: blue" font-weight:bold; font-family:Helvecta;>
Starting at $2.00 / frame.</span
>
</h3>
</article>
<section class="paint">
<h2 id="paint">Paint</h2>
</section>
<img href="paint_tubes.jpeg" src="paint_tubes.jpeg" />
<article>
<h2>Clean Finnish Paint</h2>
<h3>
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
style="color: blue"
font-weight:
bold;
font-family:
Helvecta;
>
Starting at $5.00 / tube.</span
>
</h3>
</article>
h1 {
font-family: Helvetica;
font-size: 100px;
font-weight: bold;
text-align: center;
color:khaki;
background-image: url(pattern.jpeg);
}
.brushes {
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
background-color: mediumspringgreen;
color:white;
}
.frames {
background-color:lightcoral;
font-family: Helvetica;
font-size: 32px;
font-weight: bold;
color:white;
}
.paint {
background-color: skyblue;
font-family: Helvecta;
font-size: 32px;
font-weight: bold;
color: white;
}
it looks exactly like the template.
i dont understand why its rendering a small section before showing the code