Submitted about 3 years ago
Responsive 3 column preview card using flebox
@jullierme-r
Design comparison
SolutionDesign
Solution retrospective
Any pertinent feedbacks and tips that helps me to improve are appreciated. Thanks in advance.
Community feedback
- @hafizanadliPosted about 3 years ago
What a great solution, your code is clean and easy to read. The responsiveness working well in any screen. One thing I can suggest you, for centering the component in every screen you can simply style your container like this:
.container { min-height: 100vh; display:flex; justify-content:center; align-items:center; }
Keep up the good work!
Marked as helpful1
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