Design comparison
SolutionDesign
Community feedback
- @GabrielBC2021Posted over 2 years ago
Hello, just some little details
1.- That is not the right background color so... You can change it.
2.- You can eliminate the default HTML that comes in every project, by doing this your website will look a little bit better.
3.-Be careful with the backslash you use (your code)
src="images\image-qr-code.png"
You have to use this one
/
Little details that will make your website look better :D
Marked as helpful2 - @denieldenPosted over 2 years ago
Hi Matt, great job!
Also use
min-height: 100vh
insteadheight
to body and html and userem
also for card width and notpx
. Overall you did well πHope this help and happy coding!
2
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