Latest solutions
QR code component
Submitted 6 months agoI'm not sure if my code is semantically correct. I hope to improve it soon.
Latest comments
- @singhpragyac@RaissaNv
Using flex-box might help to center the card on your screen. Also, Pseudo-class is an interesting option for the "active" state they asked for in the design.
- @madhav-byte@RaissaNv
I always miss using "height: 100vh" in CSS. It looks like it would help with your project.