All Tools
1049+ free tools

Scroll Snap Generator

CSS scroll-snap with live preview.

1
2
3
4
5
.container {
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  display: flex;
}

.item {
  scroll-snap-align: center;
  flex: 0 0 80%;
}

Related web-design tools

CSS Animation Generator
Create CSS animations with live preview & presets
SVG Blob Generator
Generate organic SVG blob shapes with gradients
Box Shadow Generator
CSS box-shadow with live preview & copy
Border Radius Generator
CSS border-radius with preview