Hovercolortransition
Color Shift
Card background transitions to a new color.
.cs-card { padding:24px; background:#1c1c1f; border-radius:12px; transition:background 0.3s; cursor:pointer; }
.cs-card:hover { background:#1a0b2e; }Card background transitions to a new color.
.cs-card { padding:24px; background:#1c1c1f; border-radius:12px; transition:background 0.3s; cursor:pointer; }
.cs-card:hover { background:#1a0b2e; }