Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Landingpage Social links profile using CSS animation

@Yannisp2000

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I´m really proud of my hover animations because it is the first time i used it.

What challenges did you encounter, and how did you overcome them?

The main problem was the hover animation in the container. Everytime i hover over the Frontend Mentor button the container scales up. i fixed the problem by giving the container a fix size.

What specific areas of your project would you like help with?

in the hover settings i needed a bigger font-size as in the non hover settings to look the same size. i don´t know why maybe someone can explain to me.

Community feedback

@alberto-rj

Posted

👋 Hi, @Yannisp2000! Congratulations on investing your time and leveling up with the Social links profile challenge.

On line 71 of your style.css file

The transform: scale(1.04); declaration, causes the element's scale to always increase to 104% on the hover state.

If you want the font-size on the hover state to look like the default state, then you need to remove the transform: scale(1.04); declaration.

Keep learning, coding and sharing! 🌟

Happy coding! 🚀

1

Please log in to post a comment

Log in with GitHub
Discord logo

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