Design comparison
Solution retrospective
The live site is no longer available. However you can still visit the repository for this project on GitHub
Community feedback
- @Tryt4nPosted almost 2 years ago
Between 560px and 767px in navbar are displayed both hamburger button and menu list and also your
article
is smaller than your sections inside it and there's scrollbar-x. Also hamburger menu don't work maybe that's because in HTML in your script element you give ittype="module"
anddefer
at the same time so there must be some elements that would no work. Another thing: you have more than one element with the sameid="pledgeAmount"
. IDs are unique only for one the same in whole HTML. About semantic: you have multiplearticle
elements. They should have some headingsMarked as helpful1@tyran0Posted almost 2 years ago@Tryt4n, thanks for the feedback. The reason why hamburger menu is not working is because I decided not to make it in the first place. The script element has
type="module"
and thereforedefer
by default, so having another defer attribute is redundant, but everything will work just fine. I did not know this at the time of making this project. But I did fix everything else now.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