Ping coming soon page

Solution retrospective
Little by little, it is becoming more common to recognize which resources to use to achieve the desired effect. Of course, there is always more than one way to do it, but it is good to see that I am progressing.
What challenges did you encounter, and how did you overcome them?In CSS, it was realizing that certain elements would be better implemented with flexbox than grid.
In Javascript, it is still being recognized which resource to use and when, but I am sure that practice will bring this understanding.
What specific areas of your project would you like help with?I thought about implementing the social media background change using Javascript, but I thought it could be done using pure CSS.
I initially tried using an img tag inside the a tag, in the HTML, and in the CSS changing the background-image using :hover, but it wasn't working.
It was after some research that I realized that it doesn't work like that.
I would have to remove the img tag from the HTML and put the background directly in the a tag, so the :hover would work.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Gildman Laécio's solution.
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