Andrew
@maneki-kakutasuAll solutions
- Submitted 1 day ago
QR code component solution using custom properties and variable font
- HTML
- CSS
-
Should I keep using custom properties and at-rules for simple projects such as this one? Or should I ignore those for now and focus on the more basic stuff?
-
Is using
position: absolute
a good practice in cases like this? Or should I've usedflex
instead?