how to make all elements center align in bootstrap container code example
Example 1: how to center text in css
.class {
text-align: center;
}
Example 2: how to center all elements in a linearlayout
android:gravity takes care of its children,
android:layout_gravity takes care of itself