Answers for "positioning a card at the center"

1

center card in bootstrap stack overflow

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

Code answers related to "positioning a card at the center"

Browse Popular Code Answers by Language