Skip to content

Instantly share code, notes, and snippets.

View Robertcego's full-sized avatar
💻

Robert Cerdas Gómez Robertcego

💻
View GitHub Profile
@Robertcego
Robertcego / index.html
Created June 24, 2019 22:27
Very Simple Slider (autoplay by default)
<h1>Incredibly Basic Slider</h1>
<div id="slider">
<a href="#" class="control_next">></a>
<a href="#" class="control_prev"><</a>
<ul>
<li>SLIDE 1</li>
<li style="background: #aaa;">SLIDE 2</li>
<li>SLIDE 3</li>
<li style="background: #aaa;">SLIDE 4</li>
</ul>