bootstrap 4 grid layout code example
Example 1: bootsrap 4 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%;
}