P
Nicholas Crawford
@nicholas-crawfordAll solutions
- Submitted about 2 months ago
Accessible Recipe Page
- HTML
- CSS
- Is my HTML semantic and properly structured? Are there any unnecessary divs or better tag choices?
- How's the organisation of my CSS? Could I improve the grouping or ordering of my styles?
- Are there any repetitive patterns in my code that could be simplified?
- Does the site work well with keyboard navigation?
- Have I used CSS variables (custom properties) where it makes sense?
- Is my use of media queries appropriate for responsive design?
- Are there any unnecessary or conflicting styles?
- Does the site look and function consistently across different browsers?
- Have I used any CSS properties that might need prefixes or fallbacks?
- Am I following current CSS and HTML best practices?
- Submitted over 2 years ago
QR code component
- HTML
- CSS
I would like to know if there is a more succinct way of making this particular solution?
Are there some best practices I missed?