Design comparison
SolutionDesign
Solution retrospective
What do you think ?
Community feedback
- @kacperkwintaPosted almost 3 years ago
Hi (:
Some tips:
<img src="images/image-qr-code.png" id="qr_img">
shoult havealt=""
tag, here's why- text colors are different in design
- create
<main>
tag and wrap all other into this (semantic and accessibility), more about this here - don't use
px
forfont-size
, here's why - entire box is not correctly centered, here is simple example how to do this, and here short film about this too
2 - @TomasScerbakPosted almost 3 years ago
Hi,
if you want your card to be in the middle of the screen apply height: 100vh on .container class
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