Design comparison
Solution retrospective
please check out my solution and suggest areas of improvement.
Community feedback
- @MariusHorPosted over 2 years ago
Great job so far! 🙂
for the background you could add these lines:
background-color: hsl(225, 100%, 94%)
background-size: contain
background-repeat: no-repeat
.I would also suggest that you dont set fixed heights and widths on elements. Use padding to create space within an element and margins to create space between elements and not
top
left
orposition: relative
/position: absolute
. Google "spacing in CSS" for a better understanding.Keep going, you are getting there! 🙂
0@EricwizPosted over 2 years ago@MariusHor thanks so much for the correction I really appreciate!
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