bootstrap display box code example
Example 1: card center in bootstrap
.card {
margin: 0 auto; /* Added */
float: none; /* Added */
margin-bottom: 10px; /* Added */
}
Example 2: bootstrap + cards
Card title
Some quick example text to build on the card title and make up the bulk of the card's content.
Go somewhere