Submitted
QR code component
- HTML
- CSS
What are you most proud of, and what would you do differently next time?
Got it working rather quickly.
What challenges did you encounter, and how did you overcome them?
Centering the components. Learned the css trick top: 50%; left: 50%; transform: translate(-50%, -50%);