Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Page QR code component used CSS Flexbox

@kam33l

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello, This is my first attempt of coding frontendmentor's challenge. I was wondering how to center whole content and used CSS flexbox. Feedback welcome!

Community feedback

P

@seanbuckle

Posted

For centering layouts the best option is CSS Grid.

display:grid;
place-items:center;

Check out this link: https://1linelayouts.glitch.me/

Marked as helpful

1

@kam33l

Posted

@seanbuckle This link is so helpful! Thank You!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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