Skip to content

Instantly share code, notes, and snippets.

/*
Author: Rien Heuver, rienheuver@gmail.com
Clean Slider, this is all that is needed
Documentation on https://github.com/rienheuver/clean-slider
*/
.slider {
display: grid;
grid-template-columns: 1fr;
overflow: hidden;
width: 100%;