How to create a slider with a fade effect using only HTML and CSS?
I am attempting to create a slider using only HTML and CSS to avoid the loading time of jQuery/JavaScript. My slider will consist of only two slides; there will be no change in the number of slides. The first loop…