Hello,
I am happy to have completed my Dasmotos Art and Craft Project an would appreciate your honest review of my code. Thank you.
HTML Code:
Damasto's Art and Craft PageDasmoto's Arts and Crafts
Brushes
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. Starting at $3.00 / brush.
Frames
Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. Starting at $2.00 / frame.
Paints
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. Starting at $5.00 / tube.
CSS Code:
*{
box-sizing: border-box;
font-family: helvetica;
}
h1{
width: 100%;
text-decoration: center;
font-size: 100px;
font-weight: bold;
color: khaki;
text-align: center;
background-image: url(./media/pattern.webp)
}
h2{
font-size: 32px;
font-weight: bold;
color: white;
}
#firsthead{
background-color: mediumspringgreen;
}
#secondhead{
background-color: lightcoral;
}
#thirdhead{
background-color: skyblue;
}
figcaption{
font-weight: bold;
}
.price{
font-weight: bold;
color: blue;
}