Space Tourism Website made using scss and jQuery

Solution retrospective
Any feedbacks are welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Ishan, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- in the mobile background add
background-repeat: no-repeat;
for the image bg - I see that in the mobile menu has some problems:
firefox does not support the css
backdrop-filter
property, you can add an exception in firefox by putting a solid color there only through@ supports
Look here:
Overall you did well :)
Hope this help and happy coding!
Marked as helpful - in the mobile background add
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