![]() |
VOOZH | about |
Bulma is a modern, free and open-source CSS framework built on flexbox. It comes with pre-styled components and elements that let you create beautiful and responsive websites fast. It is component-rich, compatible, and well documented. It is highly responsive in nature. It uses classes to implement its design.
Bulma align-content is used to specify the alignment between the lines inside a flexible container. It defines how each flex line is aligned within a flexbox and is only applicable if flex-wrap: wrap is applied i.e. if there are multiple lines of flexbox items present.
Bulma Align content classes:
Syntax:
<div class="is-align-content-flex-start"> ... </div>
Example 1: The following code demonstrates the is-align-content-flex-start class.
Output:
Example 2: The following code demonstrates the is-align-content-flex-end class.
Output:
Example 3: The following code demonstrates the is-align-content-center class.
Output:
Example 4: The following code demonstrates the is-align-content-space-between class.
Output:
Example 5: The following code demonstrates the is-align-content-space-around class.
Output:
Reference Link: https://bulma.io/documentation/helpers/flexbox-helpers/#align-content