Submitted about 2 years ago
QR code image with title and description, using CSS display flex
@Suebxl
Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Suzanne, congratulations for your first solution and π welcome to the Frontend Mentor Coding Community!
You've done a good work building this card, is fully responsive. Well done.
The only thing you've missed is the vertical aligment, I add some properties to your code to fix his alignment, all you need to add is
flexbox
andmin-height: 100vh
for the alignment:body { min-height: 100vh; background-color: hsl(212, 45%, 89%); font-family: 'Outfit', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; }
π I hope this helps you and happy coding!
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