Responsive QR Code Component Website using HTML CSS
Design comparison
Solution retrospective
I am proud to be able to find frontendmentor.io to give me free challenges to help improve my web programming skills. I am proud to be able to create a wonderful QR Code Component Website and learn throughout the progress. This will be very useful for making other future web projects that require QR code components or something similar.
What challenges did you encounter, and how did you overcome them?My challenge throughout the project was to figure out how to align the content box to the center of the page once I finished organizing the image and the texts. I managed to overcome it by spending lots of time by using many factors such as:
-
height: 100vh;
-
margin: auto;
-
justify-content: center;
-
display: flex;
-
etc.
I would love to know what professionals did to make this challenge and what codes are important to make it as responsive as possible.
Community feedback
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