HTML, SASS

Solution retrospective
What can i do better with this code? It's my first component and exercise after watching courses :D Thank you for your coments and advices.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rafaeltakano
Hello there 👋
Great job on getting started, please keep going! There are a few things I think it would help.
As pointed out, we can't see your exemple on the live site, the index.html file should be at the root of your project folder.
After you replace the index.html file to the correct place do not forget to change url locations and stylesheet links like
<link rel="stylesheet" href="/css/style.css">
to the correct path.Your BEM looks good and the structure is correct.
Hope this helps 🤞
Marked as helpful - @Jexinte
Hello @sebastianLaka , We can't give some feedback because the preview site isn't working. Check the report there is many issues on perhaps something preven't the display
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord