返回 Skill 列表
extension
分类: 开发与工程无需 API Key

css-layout-helper

解释CSS布局问题并提出解决方案。当初级开发人员在对齐或间距方面遇到困难时使用。

person作者: jakexiaohubgithub

CSS Layout Helper

Purpose

Explain CSS layout issues and propose fixes.

Inputs to request

  • HTML structure and CSS snippet.
  • Desired layout and screenshots.
  • Target browsers and breakpoints.

Workflow

  1. Identify the container and child roles.
  2. Recommend flex or grid with key properties.
  3. Provide a minimal CSS snippet to test.

Output

  • Proposed CSS changes with explanation.

Quality bar

  • Prefer minimal changes over rewrites.
  • Call out responsive implications.