- classes, tags have margin-bottom:
p
,.form-group
p {
margin-bottom: 10px;
}
.form-group {
margin-bottom: 15px;
}
- classes make center:
center-block
,text-center
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.text-center {
text-align: center;
}
- classes add color:
text-muted
,text-primary
,text-success
,text-info
,text-warning
,text-danger
. ref: http://getbootstrap.com/css/#helper-classes-colors