QR Code Challenge - Solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ay-jamal
great job for trying , there is some problems i saw when i open the live code try applying these things first in the body height: 100vh; // to center the container div display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; // to remove the scroling
and in the container class add width: 300PX; background: whitesmoke; padding: 1rem; border-radius: 10px;
and look at the design guide for more info about the font famliy and colors and weight
Marked as helpful
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