Design comparison
Solution retrospective
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
- @TedJenklerPosted 3 months ago
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 helpful0 - @MikDra1Posted 3 months ago
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 helpful0
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