Submitted about 2 months ago
Responsive QR Component using HTML and CSS
@LunaHeuguerot
Design comparison
SolutionDesign
Community feedback
- @ShiRaw11Posted about 2 months ago
Some few suggestions for improvement: Wrap the content in a landmark like a main tag. Have styles to center your container in the body instead of having a margin top. Have some padding on the container. Otherwise looks good!.
0 - @djklivePosted about 2 months ago
Hello there . i have a suggestions : To center horizontally your qr-container you give a height to the body and use the css properties
display: flex
andalign-items: center
Here is an examplesbody { height : 100vh; display: flex; align-items: center; }
I hope you find it useful
0
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