Home > AI > Frontend > Bootstrap >

button

Example 1: customize. (You need !important)

.btn-xl {
    padding: .5rem 1rem !important;
    font-size: 2.5rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}

Leave a Reply