1button { 2 height: auto; 3 width: auto; 4 text-align: justify; 5 background: linear-gradient(30deg,rgb(32, 252, 252),rgb(101, 101, 255) 6 ,rgb(254, 183, 196),rgb(224, 17, 224)); 7 color: #ffffff; 8 border: none; 9 padding: 12px 24px; 10 font-size: 16px; 11 font-weight: bold; 12 text-transform: uppercase; 13 letter-spacing: 1px; 14 border-radius: 8px; 15 box-shadow: 2px 4px 6px #25d0e3; 16 transition: all 0.5s ease; 17} 18 19button:hover { 20 background: linear-gradient(30deg,rgb(224, 17, 224), pink, rgb(60, 60, 255), rgb(32, 252, 252)); 21 box-shadow: 2px 4px 6px #a8097e; 22} 23
AKHILJITH-VN
AKHILJITH VN
MIT License