Design comparison
SolutionDesign
Solution retrospective
I've completed my first frontendmentor challenge. Any feedback is mostly welcome!
Community feedback
- @chysomm62Posted over 3 years ago
Try using some padding in the text section of your work. Great work.
Marked as helpful0 - @Nam-HaiPosted over 3 years ago
You might want to make the body (or a container) a flexbox to center the Card.
In body a simple change make your design a lot more close to the initial design :
height: 100vh;
display: flex;
align-items: center;
Giving fix value of width to your card might make things easier to the responsive part of your design. Indeed, here in some layout the image takes up too much place which make the design looks "buggy"
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