Help with a project

So I’m currently working on the Dasmoto’s Arts and Crafts project here and I’ve hit a wall with my CSS coding. I’ve managed to get the title at the top of the page working correctly but I can’t seem to get the headers for the individual items looking like the examples.

Here’s my HTML code and CSS code.

Any help would be greatly appreciated.

I’m not sure what the problem is but I hope this helps:

In order to style the headers, add the class selectors to your CSS file. Then, change the background color of the element.
For example: .hacksaw {background-color: mediumspringgreen;}

1 Like

Thanks for your help. I figured out the problem. Turns out I was linking to the wrong CSS file. It was an older version in a different folder. I changed the link to the newer version and now it works.