Design comparison
SolutionDesign
Community feedback
- @FelipinDRPosted almost 2 years ago
Try using grid or flexbox than using position relative/absolute to center things
Marked as helpful1@almeida883Posted almost 2 years ago@FelipinDR I found it easier to use the position relative/absolute to center vertically, but do you think that focusing on the flex display is more advantageous?
0@FelipinDRPosted almost 2 years ago@almeida883 try using display:flex ,justify-content:center, align-items:center, min-height 100vh it would make the same thing <3
Marked as helpful1@almeida883Posted almost 2 years ago@FelipinDR oh, i try without "min-height 100vh", maybe that makes all the difference, I'll try it next, thanks.
1
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