Design comparison
Solution retrospective
i thought it would be easier i guess i was wrong Layering the illustrations was a big problem i couldn't figure out, and positioning them as well any help would be great! this was really hard i don't even know why :( i think the big problem am facing is structuring the html been 4 weeks since i started learning web dev this was the most frustrated i have been for a while. i have seen the "id needs to be unique error but i don't know any other way of doing it . just started learning js as well been a couple days any pointers would be great on that too "
Community feedback
- @jkellermanPosted about 2 years ago
The layout looks good, the only thing I would suggest is to close all other tabs when one is open, that way the container won't expand.
If you are referring to using id's on elements, you should use id for one element only, as it indicates the style for the element is unique. If you need to multiple elements to have the same style use classes.
0
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