Answers for "how to make your card to move to center using css and html"

CSS
-1

how to centralize cards in css

.card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
}
Posted by: Guest on February-23-2021

Code answers related to "how to make your card to move to center using css and html"

Browse Popular Code Answers by Language