Latest solutions
Latest comments
- @Ranty09@muuo-maker
Congrats on completing the task. I think the reason why the top of the image did not change after adding the border radius is the padding-top you have added to the qr-image. Also, you don't need to add a class to the body tag in order to style it. Hope this helps.
Marked as helpful - @jsa2023@muuo-maker
First, congrats for completing the challenge. The width 100% means that the image will occupy 100% of it's container no matter the size of the image or container. This makes the image responsive. Hope this answers your question:)