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

social links challenge submission

@Gingerlox

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?

Really happy with the layout and the transitions and transforms used on the buttons.

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

Had some layout alignment issues which appeared to have been caused by some mismanagement of some flex items. Managed to fix it!

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

Really not sure how to best handle hover, active and focus states when on mobile view. On desktop, you get a really nice hover effect, which doesn't really work well on mobile, so need to look into finding a better way to handle this on mobile.

Community feedback

@TedJenkler

Posted

Hello fellow Ginger! 😊

On a more serious note: Nice project really like that you used real links consider:

Add OG Meta Tags: Consider adding Open Graph (OG) meta tags to improve how your project appears when shared on social media. OG meta tags help describe your page and can create attractive, well-formatted links. They also enhance SEO, making it more likely for Google to rank your project higher in search results if used correctly.

Hope this helps!

Best, Teodor

Marked as helpful

0
MikDra1 6,070

@MikDra1

Posted

On mobile there is no hover effect because you aren't able to hover on anything. If you click on the element that has a :hover effect you will get the styles like hovered. The best way if you want to prevent the mobile view from getting this view look as you click, is to add the :hover effect in your media query like this:

media (min-width: 600px) {
.element:hover {
color: black;
}
}

Hope you found this comment helpful 💗💗💗

Good job and keep going 😁😊😉

Marked as helpful

0

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