s

minimalist slideshow

just scroll

works on big and small screens

svg

477 bytes of css

html {
  scroll-snap-type:
  y mandatory;
}

p, pre, h1, h2,
img, svg {
  scroll-snap-align:
  center;
}
<link
  rel="stylesheet"
  href="s.css" />

<p>hi</p>

view source

© roman zolotarev