Odin project #2 of Foundations css is not getting the right result

Lime66@lemmy.world to Programming@programming.dev – 11 points –

I am currently taking the odin projects course, and I am currently working on css. in exercise 2 of the foundations directory here: https://github.com/TheOdinProject/css-exercises/tree/main/, there are no essential differences between mine and the answer, yet backgrounds are not showing

6

Did you remember to give the HTML elements a class or id tag?

I just went over the HTML and css fundamentals about 2 or 3 months ago. But like the other person said, we can't really diagnose the issue without seeing your code. Alternatively chatgpt has been a helpful tool when I get stuck.

1 more...

Send your code in the discord of the odin project is the recommended for get solution for your problema, otherwise you can send it here because i dont know exatcly your code.

Update: It seems like the html file couldn't find style.css. I simply added the css again and it was fixed