css Grid, html, flexbox

Solution retrospective
please check out my solution and suggest areas of improvement.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MariusHor
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! 🙂
- @clivepato93
Hi there for your background-repeat use no repeat
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