Responsive home page using HTML, CSS and some js. Fonts were provided
Design comparison
Solution retrospective
How can I make the background shadow when the mobile menu is turned on?
Community feedback
- @DavidMorgadePosted almost 2 years ago
Hello Mikhael, congrats on finishing the challenge ! you did a great job.
To answer you question, you can archieve this with different apporaches, you could add a div with position absolute that wraps the whole document and has shadowy background and some opacity (all of this should be added when the mobile menu is active)
Other thing that I noticed in your project is that the images are not loading correctly, this is because you are uploading your files to github with a different folder structure than your local project, you should either have the same structure as the live project has, or change the path of your img source atttribute
Apart from that, great job and keep it going, hope my feedback helped you!
Marked as helpful0
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