@SonLukaSubmitted over 1 year ago
Basic beginner qr code challenge with html and css.
Basic beginner qr code challenge with html and css.
nice work!!!
Just something that needs to change.
The body need to be 100vw
. I have a 1920x1080 screen and the card is not align to center because the body isn't covering 100 percent of the view port.
Secondly, the body has some margin and therefor in small screens the content is push to the left. Make the margin
to 0 and use padding
instead.
Als0, just change the div to main
for semantic HTML and SEO.
Keep it up!!!