Skip to content

Instantly share code, notes, and snippets.

/*
Author: Rien Heuver, [email protected]
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%;