Design comparison
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
Community feedback
- @ExploryKodPosted over 2 years ago
I love your project and thank you for the good advice you wrote about responsive svg circle. Happy coding !
Marked as helpful0
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