Design comparison
Solution retrospective
Good day,
I keep going with CSS. Tell me what you think
Community feedback
- @dusanlukic404Posted about 3 years ago
Hi Stephane, well done! You make great solution for this challenge 😃 I have a few suggestions for you:
- Always add :hover and :focus on buttons and links. You need it here and also add later some transition to make hover smooth and nice
- Try to add some hover animation on social svg's. I suggest you to take a look on my solution and see how I have done it. It may be useful 🙂
- For <a> tags you need to add aria-labels
Check your accessibility and HTML issues. They are pretty important these days
Marked as helpful0@distephano30Posted about 3 years ago@dusanlukic404 Thank you Dusan, I added some hover, and the aria-label on the links. You did an awesome Job on your Solutions. It's really good.
0 - @FluffyKasPosted about 3 years ago
Hey, well done on completing this challenge, your solution looks good on most screen sizes! I'd only add a couple of things you could improve on:
-
Hover states are missing.
-
The text/buttons are extremely small in desktop view, go for something larger to make it a bit easier to read.
-
You're missing some aria-labels on your social icons.
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