My Social Link Solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Alexander3717
Hello, I would like to give some feedback.
The hover animations are smooth but according to the design, the links should just change color to green. If you wanted to experiment, then nice job!
I also noticed that when viewing the page on mobile in landscape mode, top of the card gets cut off due to how mobile browsers calculate the viewport.
You can solve this by giving
min-height: 100vh
tohtml
,body
andmain
html, body { min-height: 100vh; margin: 0; } main { min-height: 100vh; }
Marked as helpful - P@danilo2420
Very good
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