UNPKG

glide-design-system

Version:

Glide design system is an open-source React component library. It offers numerous benefits that make them essential tools for design and development teams.

16 lines (14 loc) 271 B
.card { border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); background-color: #fff; padding: 20px; margin: 10px; } /* Responsive Styles */ @media (max-width: 768px) { .card { padding: 10px; margin: 5px; } }