The CSS flexbox offers powerful alignment options for the users. A flex container groups multiple flex items together in order to control their representation.
Among the many properties offered by the flex container,justify-content
is one of the most widely used.
flex-start
is a value that can be assigned to the justify-content
property to align all the flex items at the start of the container, as shown below:
RELATED TAGS
View all Courses