.box { transition: all 0.2s ease; box-shadow: 0 0 15px rgba(0, 255, 255, 0.5); } .box:active { transform: scale(0.95); box-shadow: 0 0 25px rgba(255, 0, 255, 0.8); }