Design comparison
SolutionDesign
Solution retrospective
hey there,i just update and fixed some isi have issues that i had. any feedback is welcome
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, superozzy! 👋
Good work on this challenge! 👍
I suggest,
- Using the
background-position
property to position the background circles in this challenge more closely to the way of the original design. - Vertically centering the card component in the viewport, which you could do one way by adding,
min-height: 100vh; display: flex; align-items: center; justify-content: center;
...to the
body
.Keep coding (and happy coding, too)! 😁
0@superozzyPosted almost 4 years ago@ApplePieGiraffe hey thank you for your feedback, i can see what you mean!i will try out! thanks
0 - Using the
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