#212121
1.btn { 2 font-size: 1.2rem; 3 padding: 1rem 2.5rem; 4 border: none; 5 outline: none; 6 border-radius: 0.4rem; 7 cursor: pointer; 8 text-transform: uppercase; 9 background-color: rgb(14, 14, 26); 10 color: rgb(234, 234, 234); 11 font-weight: 700; 12 transition: 0.6s; 13 box-shadow: 0px 0px 60px #1f4c65; 14 -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4)); 15} 16 17.btn:active { 18 scale: 0.92; 19} 20 21.btn:hover { 22 background: rgb(2,29,78); 23 background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%); 24 color: rgb(4, 4, 38); 25}
9.8K views
9.8K views
Comments
MIT License