Shailesh Kumar Soren
@shailesh62All solutions
- Submitted 5 months ago
QR Code component solution using flexbox
- HTML
- CSS
What else could I have used instead of Flexbox?
.cards { background-color: white; height: auto; width: 26%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border-radius: 15px; }