minimalist slideshow
just scroll
works on big and small screens
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>
© roman zolotarev