Responsive QR code page using HTML,CSS
Design comparison
Community feedback
- @HassiaiPosted almost 2 years ago
Replace<div class="container">with the main tag to fix the accessibility issues.
To center .card on the page using flexbox, add min-height:100vh; and align-items: center:
Use rem or em as unit for the padding, margin, width and preferably rem for the font-size for more on CSS units click here
Give .card a padding value for all the sides instead of a heigh value. give the img a max-width of 100% instead of a width and height values. Give h1 and p the same padding-left, padding-right and margin-top values.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
0@Olamiposi-cloud-coderPosted almost 2 years ago@Hassiai Thank you so much i really appreciate
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