پیشنمایش زنده
کد HTML
<button id="bottone1"><strong>Discover features</strong></button>
کد CSS
#bottone1 {
padding-left: 33px;
padding-right: 33px;
padding-bottom: 16px;
padding-top: 16px;
border-radius: 9px;
background: #d5f365;
border: none;
font-family: inherit;
text-align: center;
cursor: pointer;
transition: 0.4s;
}
#bottone1:hover {
box-shadow: 7px 5px 56px -14px #C3D900;
}
#bottone1:active {
transform: scale(0.97);
box-shadow: 7px 5px 56px -10px #C3D900;
}