Latest solutions
Responsive QR Card using Bootstrap and Flexbox
#bootstrapSubmitted 9 months agoReceiving constant feedback from more experienced users allows me to shift my focus, enhancing both my knowledge and practice to improve my coding skills.
Latest comments
- @kirankumar636164@HTMLSlander
Looks good at first sight. However, the text should be centered with the text-align: center property or as you have bootstrap linked on your html, add a class of "text-center" on the div that involves the entire card. The paragraph should be hsl(216, 15%, 48%) and the h1 hsl(218, 44%, 22%). From the Bootstrap library, you can also add to the card the class of shadow-5 and set up to rounded-5 on both the card class and the img.
Marked as helpful