how to make bootstrap form in center code example
Example 1: how to center a form in bootstrap
my div here
Example 2: center form group bootstrap
.class {
margin: 0 auto;
float: none; //optional
}
my div here
.class {
margin: 0 auto;
float: none; //optional
}