responsive-web-design
Installation
SKILL.md
Responsive Web Design
Build adaptive interfaces using modern CSS techniques for all screen sizes.
Mobile-First Media Queries
/* Base: Mobile (320px+) */
.container {
padding: 1rem;
}
Build adaptive interfaces using modern CSS techniques for all screen sizes.
/* Base: Mobile (320px+) */
.container {
padding: 1rem;
}