
Solution retrospective
javaScript
Please log in to post a comment
Log in with GitHubCommunity feedback
- @noelhoppe
Hi, here are some suggestions:
- Try to use HTML semantic elements such as
<main>
instead of div.container - body's width should be 100% by default
- With the use of CSS variables your code looks cleaner (color variables)
- Considering js: You can put line 7-9 and 15-17 in a function and can call this function. But notice you can do this project without any js because of use of
<details><summary></summary><p></p></details>
tag. This is how I solved this project. Maybe you have also some suggestions to my solution of this challenge in my profile. Thanks and happy coding!
- Try to use HTML semantic elements such as
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