#212121
1#bottone1 { 2 padding-left: 33px; 3 padding-right: 33px; 4 padding-bottom: 16px; 5 padding-top: 16px; 6 border-radius: 9px; 7 background: #d5f365; 8 border: none; 9 font-family: inherit; 10 text-align: center; 11 cursor: pointer; 12 transition: 0.4s; 13} 14 15#bottone1:hover { 16 box-shadow: 7px 5px 56px -14px #C3D900; 17} 18 19#bottone1:active { 20 transform: scale(0.97); 21 box-shadow: 7px 5px 56px -10px #C3D900; 22}
Comments
MIT License