@sharad1996Submitted 11 months ago
- No I dont't face any difficult I enjoyed it
- All of code.
- No I don't have any question
I think you submitted for the wrong challenge, as this is technically supposed to be a QR code component.
I want to know if my HTML and CSS file structures are following good practices, for example, I used the h3 and p elements for the card title and description, were those good choices or were there better options?
Good job! Here are a few observations:
min-height: 100vh;
instead of height: 100vh;
. In general, it's recommended to use min-height and max-width, instead of height and width to avoid breaking the reponsiveness of the page.That being said I think this solution is pretty good! Hope this is useful!
A few observations:
<span class="yourClassHere">
margin: 0 auto;
Hope this is helpful. Always keep learning and always keep coding!
Congrats for your submission! Here are a few observations that I have:
Hope this is useful!