Design comparison
SolutionDesign
Solution retrospective
suggest improvements...thanks!
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Nice work with this one. Viewing your solution, I would suggest the following for you...
- Adjust the color for the
hr
intocolor: hsla(223, 10%, 83%, 0.79);
- Add a new rule set called
.location p
and addcolor: hsla(227, 10%, 71%, 1);
- Inside the
.age
rule set add the colorcolor: hsla(227, 10%, 71%, 1);
- Wrap
everything
with a specific tag likemain
andattribution
withfooter
tag for readability - Import the
attribution
style in the CSS file and removestyle
`tag
Hope this helps and Keep it going!
Marked as helpful1 - Adjust the color for the
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