Responsive page, flexbox, positioning

Solution retrospective
-
While i build project i struggled with inline svg circles positioning. I got feedback from Slack that I should make them background. I'm used
background-size
to change size of circles, and made responsible circles positions. I did know how to center a card component on the center of page keeping body size as browser view size. But I used.body{ height: 100vh; display: flex; align-items: center; justify-content: space-around;}
(1 vh = 1% of view field height). There is very important to usejustify-content: space-around
insteadcenter
value, otherwise container will be about center but not in. -
I would to know how make img hided under border without additional changes on img's border
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on GeorgeBryzh's solution.
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