Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
javaScript
Community feedback
- @noelhoppePosted 8 months ago
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!
0 - Try to use HTML semantic elements such as
Please log in to post a comment
Log in with GitHubJoin 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