Justify Content
Web Awesome includes classes to set the justify-content
property of flex and grid containers. They can be used alongside other Web Awesome layout utilities, like cluster and stack, to align children within a container along the container’s main axis.
Class Name | justify-content Value |
Preview |
---|---|---|
wa-justify-start |
flex-start |
|
wa-justify-center |
center |
|
wa-justify-end |
flex-end |
|
wa-justify-space-around |
space-around |
|
wa-justify-space-between |
space-between |
|
wa-justify-space-evenly |
space-evenly |