Back to Serenity

CSS Flexbox justify-content test

Base/res/html/misc/justify-content.html

latest223 B
Original Source

CSS Flexbox justify-content test

justify-content: flex-start

1

2

3

justify-content: flex-end

1

2

3

justify-content: center

1

2

3

justify-content: space-between

1

2

3

justify-content: space-around

1

2

3