Horizontale Slide with HTML and CSS

can we make like the slide in the video only with HTML and css?
8 Replies
vince
vince5mo ago
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
Jochem
Jochem5mo ago
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
gtyassine
gtyassine5mo ago
We need To build the application only with html and css
Jochem
Jochem5mo ago
then don't have a slider like that also, why do you have to build it like that?
gtyassine
gtyassine5mo ago
I build the slide in the picture only with html and css Is working very well
No description
gtyassine
gtyassine5mo ago
Challenge
Jochem
Jochem5mo ago
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
gtyassine
gtyassine5mo ago