Design comparison
Solution retrospective
It took me a bit of time but this should be clean for all screen-size. The CSS can be a bit optimized/cleaned also. The only thing I didn't found is how to change the color of the social medias icons (svg images) in the footer "on hover".
Community feedback
- @Abdurehman420Posted over 2 years ago
did you put the svg as an img or as a svg In html, if you did it in img than it won't work, try putting it as svg . then in hover state write this:
svg:hover { fill : any color ; }
0 - @shashreesamuelPosted over 2 years ago
Hey it seems like only the hero section of your website is being shown I recommend regenerating a screenshot by clicking the button "Generate a new screenshot".
I hope this helps
Cheers Happy coding š
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