CSS not working with html

I’m in a software engineering program and I’m using replit for a simple project. I have completely made this repl 5 times and tried to test the code after each addition to make sure I wasn’t making a simple syntax error. The css isn’t working with my html. Two of my instructors have looked at my code and said that they don’t see any issues. Any ideas on what it could be? Thanks in advance! Also, sorry if this question is on the forum already.

https://replit.com/@bcstidd/DOM-Lab-Deliverable
Edited to include correct Replit link

Hi @bcstidd thanks for your question and welcome to the community!

I tested the above Repl and can confirm that your CSS file is being loaded correctly, however your HTML doesn’t have any content to display.

Can you add the HTML and try again?

2 Likes