Display utilities
Minimalism-UI comes with responsive utility classes which can be used to set the display property of elements.
Notation
The class names for the display utilities come in the the following formats:
Classes | Description |
---|---|
none | Sets the display: none property |
inline | Sets the display: inline property |
inline-block | Sets the display: inline-block property |
block | Sets the display: block property |
table | Sets the display: table property |
table-row | Sets the display: table-row property |
table-cell | Sets the display: table-cell property |
flex | Sets the display: flex property |
grid | Sets the display: grid property |