Html Kodları:
Kod:
<button class="btn btn-tahakocak">Button</button>Kod:
.btn {
padding :8px;
position: absolute;
display: inline-block;
borrder:none;
}
.btn-tahakocak{
width:100px;
border-radius: 20px;
border: 1px solid #4CAF50;
background : white;
color: #4CAF50;
font-weight : 600;
transition : 500ms
}
.btn-tahakocak:hover{
background : #4CAF50;
color:white
}
)


