1button { 2 width: 10rem; 3 height: 3rem; 4 background: linear-gradient(135deg, purple, pink, blue, aqua); 5 border-radius: 3rem; 6 font-size: 16px; 7 font-weight: 600; 8 color: white; 9 border: none; 10} 11 12button:hover { 13 background: linear-gradient(100deg, purple, pink, blue, aqua); 14}
amralashi
amralashi
MIT License