Dasmotos Art and Craft Project

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 Page

Dasmoto's Arts and Crafts

Brushes

Hacksaw 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

Art Frames Assorted

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

Clean Finish 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;

}

Hi there!

Welcome back!

It appears that the HTML looks correct; however, to properly share your work, you’ll want to place your HTML and CSS in a block of three backticks.

ex.

```
code here
```

That way it appears like this:

<h1>Dasmoto's Arts and Craft</h1>

Also, look into setting up GitHub and GitHub pages (you will cover them in a future lesson). Then you can upload your HTML and CSS and share a repository and a live version. :slight_smile:

1 Like

Thank you so much for your comment. It is of great help to me.
Kindly access the HTML and CSS documents respectively using the ling below;

I would appreciate your feed back.

I do not know if it was on purpose, but the dancing ice cream gave me quite a giggle.

Was that what you meant to put on GitHb?