Skip to content

Commit 44aa12f

Browse files
committed
Added space-evenly test to justify-content
1 parent f05264b commit 44aa12f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css3/justify-content.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#l03 {justify-content: center;}
1717
#l04 {justify-content: space-between;}
1818
#l05 {justify-content: space-around;}
19+
#l06 {justify-content: space-evenly;}
1920

2021
input:checked + a + .arena ol, a:focus + .arena ol {flex-direction: column; height: 7em;}
2122
</style>
@@ -59,6 +60,12 @@
5960
<li>List item 3</li>
6061
</ol>
6162

63+
<ol id="l06">
64+
<li>[#l06] List item 1</li>
65+
<li>List item 2</li>
66+
<li>List item 3</li>
67+
</ol>
68+
6269
</div>
6370

6471
</body>

0 commit comments

Comments
 (0)