Design comparison
Solution retrospective
Hey guys! This was my first project using ReactJS. Anyone who can leave their feedback regarding my code would be very grateful.
Community feedback
- @denieldenPosted over 2 years ago
Hi Wildmarks, I took some time to look at your solution and you did a great job!
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:Also
img
element must have analt
attribute, it's very important!Overall you did well 😉
Hope this help and happy coding!
Marked as helpful1@Wildmarks-PassosPosted over 2 years ago@denielden Hi Daniel. First of all, thank you very much for taking the time to analyze my project, this is very important for my development. I will edit these details you gave me. But once again thank you very much. 😊
1
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