The evil, fumbling, JavaScript free, slide thingy
Using the power of :checked and inputs
we can create a slide based system.
Embed code, images or even switch the background with animated gifs
Manically laugh with amazing gif backgrounds
#slideshowbob4:checked ~ .slideshowbob__container .slideshowbob__slide:nth-child(4):after { content: ""; background: url(../img/manical.gif) 0 0 no-repeat; background-size: cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.3; }
Makes it so much easier to generate for how many slides you need
Building things with :checked before it was cool.