synergyx64 / webs

for submission
0 stars 0 forks source link

make the slider similar to this one #1

Open lancelynyrd opened 5 years ago

lancelynyrd commented 5 years ago

you need to understand how Javascript DOM works. study more about it and eventually you will have more idea how to create the same slide as stated below.

https://getbootstrap.com/docs/4.0/components/carousel/#with-indicators

1) indicator must show which slide im currently on. 2) make atleast 5 slide. 3) make it automatic sliding with interval.

synergyx64 commented 5 years ago

thanks sir