CSS Classes
There are already some CSS classes declared, to make your designing a little easier. As you may have already noticed, many are already being used in the basic interface you get by default.
Class | Description |
| Positions the element in the horizontal center of the screen. |
| Positions the element in the left side of the screen. |
| Positions the element in the right side of the screen. |
| Positions the element in the bottom of the screen. |
| Positions the element in the middle of the screen, vertically and horizontally. |
| Aligns the content to the left. |
text | Aligns the content to the center. |
| Aligns the content to the right. |
| Distributes the content vertically. |
| Distributes the content horizontally. |
Last updated