Answers for "align card to center bootstrap5 in medium screen"

1

card center in bootstrap

.card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
}
Posted by: Guest on December-13-2020

Code answers related to "align card to center bootstrap5 in medium screen"

Browse Popular Code Answers by Language