center col bootstra[ code example
Example 1: centralize div bootstrap
This will be centered vertically and horizontally
Example 2: .row bootstrap
.row{
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}