Design comparison
SolutionDesign
Solution retrospective
This challenge was very helpful for me, it helped to learn some new stuffs in css
Community feedback
- @LifeofPaksPosted over 1 year ago
Hello Buddy!
Great job, Your design looks good too but there's always room for improvement.
The contents on the second column didn't fit perfectly because you didn't set a fixed width, height or padding.
You can try using
row{ display: flex; justify-content: space-between; align-items: center; } col-1, col-2{ width : 100% }
I hope this is helpful, stay consistent and don't skip Fundamentals, you'll get better with time
Marked as helpful0@dondelice257Posted over 1 year ago@LifeofPaks Thanks so much, let try it out
0
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