.hover-box-demo { width: 200px; height: 120px; background: linear-gradient(135deg, #4A5CFF, #7B2FF7); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-family: sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; transition: all 0.35s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.2); } .hover-box-demo:hover { background: linear-gradient(135deg, #FF3366, #FF9F1C); transform: scale(1.15) rotate(-2deg); box-shadow: 0 10px 25px rgba(255,51,102,0.5); }
Pasá el mouse