bootstrap row col guide code example
Example 1: bootstrap grid
One of three columns
One of three columns
One of three columns
Example 2: .col-12 bootstrap
.col-12{
flex: 0 0 100%;
max-width: 100%;
}