Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Maxβ€’ 140

    @maxszymanski

    Posted

    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; **
    }
    
    0