Design comparison
SolutionDesign
Solution retrospective
Can someone tell me how can I made that effect where the hover picture stills shows the preview one? Thanks
Community feedback
- @ahmedAgawadPosted over 2 years ago
Hello 👋, Amazing work on completing this challange 👏👏.
- to make the overlay transparent i suggest that you place the
image-equilibrium.jpg
asimg
inside the picturediv
then add the overlay color using::before
pesudo element on thepicture
div - to fix the accessibility issues you have in the report i suggest you use
main
tag as the card container - make sure you add alternative text to images in the page to improve accessibility
Have a good day, Happy Coding 😊😊 .
Marked as helpful1@OscarandioPosted over 2 years ago@ahmedAgawad Hello and thanks. I have tried to do as you said. I placed the picture inside the picture div and use the ::before but still I can't get it :S
1@ahmedAgawadPosted over 2 years ago@Oscarandio I have created this example i hope it helps : https://codepen.io/ahmedAgawad/pen/vYRLxoN
Marked as helpful1 - to make the overlay transparent i suggest that you place the
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