New paste Use cases Explore public pastes Text tools Developer API The Paste Library Security Sign in with Google
CSSExample pasteCreated 2026-08-012 viewsNo expiry

Responsive CSS card grid

Raw New paste
cssRead-only
1
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.card {
  padding: 1.25rem;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 0.75rem;
}
Report abuse

Paste details

Visibility
Public
Size
266 bytes
Protection
Standard link access
Retention
No automatic expiry

Share with confidence

Unlisted links are not searchable, but anyone with the URL can open them. Never paste live credentials or personal data.