codeButton Styles

Source: Jaee Chew

Button 1

/* -- Squishy Hover Outline Button CSS -- */
.squishy-hover-outline-btn {
    background-color: #0071E3;
    color: white;
    padding: 14px 36px;
    font-size: 18px;
    border: 2px solid #0071E3;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    font-weight: bold;
    user-select: none;
}

.squishy-hover-outline-btn:hover {
    transform: scale(0.95);
    background-color: transparent;
    color: #0071E3;
}

Button 2

Button 3

Button 4

Button 5

Button 6

Button 7

Button 8

Button 9

Button 10

Button 11

Button 12

Button 13

Button 14

Last updated

Was this helpful?