
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
it was simple
What challenges did you encounter, and how did you overcome them?none
What specific areas of your project would you like help with?na
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Jewalikar-Nitin
- Your design looks good and almost same. However the
:hover
effect is missing. - On hover background of social media chips change to
green
and make the text color togray
. - There is no need to make different font-family font-weight wise, as whole page has only 1 font only add font-family property in
body
css it will get applied all over. - Also no need to apply
font-weight
to eachli
tag only apply toul
child element willinherits
from parent element
- Your design looks good and almost same. However the
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