Design comparison
SolutionDesign
Solution retrospective
I don't know how to change the size of the div that contains the image and the paragraphs to make it smaller.
Community feedback
- @PeeroDembaPosted almost 2 years ago
Make the entire QR container relative to the body Let the div with the class container cover the entire QR section Then edit the width and heights in these selectors
body{position: relative; width: 100vw; height: 100vh} .container{position: absolute; width: 25%; height: 70%} N/B: Toggle the width and height in the container class div tag as appropriate
Marked as helpful0
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