Design comparison
SolutionDesign
Community feedback
- @jmprzPosted 29 days ago
Hello! Looks good and congrats for completing the challenge!
Just want to give some insights
-
The link is not accessible to view
-
Change the color of the title "Improve your front-end skills by building projects" into
color: hsl(218, 44%, 22%);
Example:
<h3 style="color: hsl(218, 44%, 22%);><b>Improve your front-end<br> skills by building projects</b></h3>
- Add space to the attribution section by using
margin-top
Example:
.attribution { font-size: 11px; text-align: center; margin-top:10px; }
Overall, good job!
0 -
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