CLASS | DESCRIPTION |
---|---|
uk-flex-left | Add this class to align flex items to the left. |
uk-flex-center | Add this class to center flex items along the main axis. |
uk-flex-right | Add this class to align flex items to the right. |
uk-flex-between | Add this class to distribute items evenly, with equal space between the items along the main axis. |
uk-flex-around | Add this class to distribute items evenly with equal space on both sides of each item. |
CLASS | DESCRIPTION |
---|---|
uk-flex-stretch | Add this class to expand flex items to fill the height of their parent. |
uk-flex-top | Add this class to align flex items to the top. |
uk-flex-middle | Add this class to center flex items along the cross axis. |
uk-flex-bottom | Add this class to align flex items to the bottom. |
uk-flex-middle
class added to Grid stack.