Nice and smooth timeline-like slider with gradient icons and gradient shadows. It's fully responsive and works on any device sizes.
- HTML5
- CSS3 (flex, grid, gradients, transitions)
- JS (ES6+)
- Vite
- install dependencies
npm install
// or
yarn
- start local server via Vite
npm start dev
// or
yarn dev