Submitted over 2 years ago
Responsive landing page using basic flow layout
@jakegodsall
Design comparison
SolutionDesign
Solution retrospective
Vertical centring was the most difficult thing. However, now learning about flexbox. I will most likely rebuild this project using flexbox in the future.
Community feedback
- @MubashirArifRandhawaPosted over 2 years ago
You can center vertically in multiple ways, you can also use absolute position.
element{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); }
Try this :)
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