| name | css-layout-helper |
|---|---|
| description | Explain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing. |
Explain CSS layout issues and propose fixes.
- HTML structure and CSS snippet.
- Desired layout and screenshots.
- Target browsers and breakpoints.
- Identify the container and child roles.
- Recommend flex or grid with key properties.
- Provide a minimal CSS snippet to test.
- Proposed CSS changes with explanation.
- Prefer minimal changes over rewrites.
- Call out responsive implications.