Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
e
What challenges did you encounter, and how did you overcome them?e
What specific areas of your project would you like help with?e
Community feedback
- @edperPosted 8 months ago
Good start Piniel.
As for your css it would be good to use class instead of
id
. You have fiveid
that is doing basically the same. Useclass
because it is reusable. Also, the background for your links is too bright for me. You need to use other background or lessen the opacity by usingrgba
wherea
means alpha for opacity.Marked as helpful1
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