Design comparison
Solution retrospective
I had a lot of fun with this challenge, despite it being, well, challenging...
I am having a bit of a problem with the image overlay leaving behind an outline after being clicked. I tried setting its background color to transparent and that doesn't seem to help.
I would appreciate any feedback whatsoever on this project. I'm still fairly new to coding and have a lot to learn.
Community feedback
- @FrontendBy-GJPosted over 1 year ago
Hey Manish, the outline you speak of only appears in safari browser. No other browser leaves an outline. Don't know if this will fix the problem, but try giving the image container border-style: none or outline-style: none. If that doesn't work, apply the border/outline styles and set them to none to the images.
Marked as helpful1
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