align div center bootstrap one row code example
Example 1: bootstrap 4 center div
...
...
...
...
...
Example 2: .col-12 bootstrap
.col-12{
flex: 0 0 100%;
max-width: 100%;
}
...
...
...
...
...
.col-12{
flex: 0 0 100%;
max-width: 100%;
}