Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 942 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 942 Bytes

Gradient Cards Concept

CSS3 HTML5 Vite

Modern cards built with complex CSS3 gradients (including conic gradients) and filters. Inspired by this Dribbble shot.

Check the Live Demo

Features

  • is supported by all modern browsers;
  • fully responsive;

How to run locally

  • install dependencies
npm install
// or
yarn
  • start local server via Vite
npm start dev

// or

yarn dev