css
Installation
SKILL.md
What I do
- Style web pages with CSS
- Use flexbox and grid layouts
- Create responsive designs
- Implement animations and transitions
- Use CSS custom properties (variables)
- Handle pseudo-classes and pseudo-elements
- Optimize CSS for performance
When to use me
When styling web pages or building UI components.
Selectors
/* Basic */
p { color: blue; }
.class { font-size: 16px; }
#id { margin: 0; }