@adebisiabdussamadSubmitted over 1 year ago
I am open to correction and suggestions.πππ½
I am open to correction and suggestions.πππ½
Hi,
Try to add transition to yours buttons with "free" class. The transition will be smooth :)
Example :
.free a {
color: #fff;
padding: 12px 40px;
border-radius: 40px
** transition: box-shadow 0.3s; **
}