Horizontale Slide with HTML and CSS
can we make like the slide in the video only with HTML and css?
8 Replies
Why would you want to do it with only html / css? For fun or because you don't know js? I'm asking because this is why you'd use js (to make things interactive), so if you don't know you should start learning
100%. This is beginner level JS, but master level CSS if you can even do it. And you'd never want to use the CSS only version on prod probably anyway
We need To build the application only with html and css
then don't have a slider like that
also, why do you have to build it like that?
I build the slide in the picture only with html and css
Is working very well
Challenge
the interactivity is what you can't build without JS, generally. The slide is just a keyframed animation if it's not controlled by the user