Modern cards built with complex CSS3 gradients (including conic gradients) and filters. Inspired by this Dribbble shot.
- is supported by all modern browsers;
- fully responsive;
- install dependencies
npm install
// or
yarn
- start local server via Vite
npm start dev
// or
yarn dev