Стили и компоненты HTML-презентации
★ 7.1 · design
presentation-styling is a Claude Code skill that documents the CSS classes, HTML component patterns, and syntax highlighting conventions used inside `presentation/index.html`. It covers layout utilities such as `.two-col` and `.info-grid` grids, column cards with `.good` and `.bad` border modifiers, and purpose-specific content blocks — `.trigger-box` for prerequisites, `.how-to-trigger` for actionable tips, and `.warning-box` for alerts. The `.code-block` component supports inline syntax coloring via span classes for comments, keys, strings, and commands, each mapped to a specific VS Code-sty
- #css
- #html
- #presentation
- #styling
- #syntax-highlighting