CSS

Share CSS code online.

Share CSS stylesheets, design token systems, or animation keyframes: highlighted and shareable with a single link.

textdrop.sh/xk4mR2
1@layer base {2  :root {3    --color-bg:      oklch(0.12 0 0);4    --color-fg:      oklch(0.96 0 0);5    --color-primary: oklch(0.56 0.23 264);6    --radius-sm:     0.25rem;7    --radius-md:     0.5rem;8    --radius-lg:     0.75rem;9    --font-mono:     "JetBrains Mono", ui-monospace, monospace;10  }11}1213@layer components {14  .btn {15    display:         inline-flex;16    align-items:     center;17    gap:             0.5rem;18    padding:         0.5rem 1rem;19    border-radius:   var(--radius-md);20    font-size:       0.875rem;21    font-weight:     500;22    transition:      background-color 150ms ease;23    cursor:          pointer;2425    &--primary {26      background: var(--color-primary);27      color:      white;28      &:hover { background: oklch(from var(--color-primary) calc(l + 0.05) c h); }29    }30  }31}
Every paste includes

CSS syntax highlighting

Paste CSS code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.

Burn after read

Deleted on first open. Can't be viewed twice.

Password protection

Add a password for end-to-end encryption with no raw key stored.

Configurable expiry

Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.

No account needed

No sign-up, no email, no ads. Paste and share in seconds.

How it works
Plain Text
Markdown
Code
DB_HOST=db-01.prod.internal
DB_USER=api_svc
DB_PASS=xK9$mP2!qR7nLw2
REDIS_URL=redis://:abc@cache:6379
delete after setup — expires 1hr
7 days
Share
textdrop.sh/
7 days · plain text
Use cases
  • 01Share design token / custom property systems
  • 02Send CSS animation keyframe examples
  • 03Share component stylesheet snippets
  • 04Distribute responsive layout patterns
  • 05Send CSS architecture examples (BEM, Layers)
FAQ
Does the CSS grammar support @layer and oklch()?+

Yes. The grammar handles CSS cascade layers, oklch/oklch color functions, nesting, and container queries.

Is there a size limit?+

Pastes up to 5 MB are supported.

Is my CSS encrypted?+

Yes. AES-256-GCM encryption runs in your browser before upload. Non-password pastes store the raw data key server-side for simple sharing and raw access; password-protected pastes keep the raw key out of the server.

Other languages
Drop your code