
Please log in to post a comment
Log in with GitHubCommunity feedback
- @GabrielBC2021
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 helpful - @denielden
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!
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