Design comparison
Solution retrospective
Hello there 🖐🏻 my second solution here! I'm so excited with my progress (a commit at a time) 🤩. I'm pretty satisfied with this one but any feedbacks will be gladly welcomed 💙
Community feedback
- @denieldenPosted almost 3 years ago
Hi Tami, good job!
to make the background svg take all the screen on the desktop set the property
background-size: contain;
to thebody
.Also try using Flexbox for center elements on the page: give the flexbox and
height
properties to thebody
and removemargin
from.card
class.Read here -> Flexbox
Note: Flexbox aligns to the size of the parent container. You can use the
vh
measurement for the height... Viewport Height handles the sizing of an element in relation to the height of the browser window.I hope that helps!
Marked as helpful1@tamiribeiroPosted almost 3 years ago@denielden Thank u for the feedback and insights! I'll try it. Flexbox is definitely something I want to put more effort into learning 💙
1
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