Ebiesuwa Sarah
@she-is-sarahAll solutions
- Submitted 8 days ago
QR-code-component
- HTML
- CSS
I would appreciate feedback on:
- Performance - While my absolute positioning works for centering the component, I'd love to know if using CSS Grid or Flexbox would be a more modern/efficient approach
- Accessibility - Are there ways I could make this component more accessible to screen readers and keyboard navigation?
- Best Practices - I used direct color values (hsl) in my CSS; should I be using CSS custom properties instead?
- Responsive Design - Though the component works on different screens, I'd like to know if my use of em units is the best approach for scalability
Additionally, I'm open to learning about any industry-standard practices I might have missed, as I'm eager to write more maintainable and professional code.