Codecademy / Dasmotos / index.html
index.html
Raw
<!DOCTYPE html>
<html>
    <head>
        <title>Dasmoto's Arts & Crafts</title>
        <link href="style.css" type="text/css" rel="stylesheet">
    </head>
    <body>
        <div id="main-page">
        <header>
            <h1>Dasmoto's Arts & Crafts</h1>
        </header>
        <section id="brushes">
            <h2>Brushes</h2>
            <img src="images/hacksaw.webp" alt="brushes" />
            <p><strong>Hacksaw Brushes</strong></p>
            <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 id="price"> Starting at $3.00 / brush.</span></p>
        </section>
        <section id="frames">
            <h2>Frames</h2>
            <img src="images/frames.webp" alt="brushes" />
            <p><strong>Art Frames (assorted)</strong></p>
            <p>Assorted frames made of different material, including MDF, birchwood, and PDE.  Select frames can be sanded and painted according to your needs. <span id="price"> Starting at $2.00 / frame.</span></p>
        </section>
        <section id="paint">
            <h2>Paint</h2>
            <img src="images/finnish.webp" alt="brushes" />
            <p><strong>Clear Finnish Paint</strong></p>
            <p>Imported paint from Finland.  Over 256 colors available in-store, varying in quantity (1oz to 8oz.)  Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. <span id="price"> Starting at $5.00 / tube.</span></p>
        </section>
        </div>
    </body>
</html>