Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
margin: 10px; | margin: 10px; | ||
text-align: center; | text-align: center; | ||
line-height: | line-height: 175px; | ||
font-size: 30px; | font-size: 30px; | ||
} | } |
Revision as of 05:52, 24 July 2020
<!DOCTYPE html>
The flex-wrap Property
The "flex-wrap: wrap;" specifies that the flex items will wrap if necessary:
1
2
3
4
5
6
7
8
9
10
11
12
Try resizing the browser window.