Sprache

Design und Assets

Range Slider CSS Generator

Erzeuge custom range slider CSS.

Eingabe

Range Slider CSS Generator

range sliderinput rangecssform
Ausgabe

Range Slider CSS Generator

.range {
  width: min(100%, 320px);
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb 0 62%, #cbd5e1 62% 100%);
}

.range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: white;
  border: 3px solid #2563eb;
  box-shadow: 0 8px 18px rgba(15,23,42,0.15);
}
Live preview
Live canvas

Ähnliche Tools

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.