Skip to main content
Back to registry

responsive-design

supercent-io/skills-template

Design from small screens and progressively expand.

Installs10
Install command
npx skills add https://github.com/supercent-io/skills-template --skill responsive-design
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Design from small screens and progressively expand. Example : Leverage modern CSS layout systems. Flexbox (1-dimensional layout): CSS Grid (2-dimensional layout): Provide images suited to the device. Using srcset : picture element (Art Direction): CSS background images : Adjust text size based on screen size. clamp() function (fluid sizing): Media query approach : Apply styles based on parent container size. Viewport meta tag : Must be included in HTML Mobile-First : Mobile default, use min-width media queries Relative units : Use rem, em, %, vw/vh instead of px Fixed width prohibited : Avoid width: 1200px Duplicate code : Avoid repeating same styles across all breakpoints #responsive #mobile-first #CSS #Flexbox #Grid #media-query #frontend - New website/app : Layout design for combined mobile-desktop use - Legacy improvement : Converting fixed layouts to responsive - Performance optimization : Image optimization per device - Multiple screens : Tablet, desktop, and large screen support - Viewport meta tag : Must be included in HTML - Mobile-First : Mobile default, use min-width media queries - ✅ @media (min-width: 768px) - ❌ @media (max-width: 767px) (Desktop-first) - Relative units : Use rem, em, %, vw/vh instead of px - font-size: rem - padding/margin: rem or em - width: % or vw - Fixed width prohibited : Avoid width: 1200px - Use max-width: 1200px - Duplicate code : Avoid...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does responsive-design do?

Design from small screens and progressively expand.

Is responsive-design good?

responsive-design does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does responsive-design work with?

responsive-design currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to responsive-design?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install responsive-design?

npx skills add https://github.com/supercent-io/skills-template --skill responsive-design

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering