dump.
2 dumps
AllNotesCodeLinksIdeas
LinkAug 21

CSS Grid — complete visual guide

The definitive visual reference for CSS Grid layout. Covers all properties with interactive examples.

css-tricks.com/snippets/css/complete-guide-grid/

#css#layout#reference
NoteAug 18

Things to review before shipping

1. Accessibility audit — check tab order, ARIA labels, focus rings 2. Performance: LCP under 2.5s on 3G throttle 3. Empty states — every lis…

#checklist#qa#shipping