blob: 8e81c9e52500e5a26221ccca0a61f8c1da7f726f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<div style="display: flex; flex-wrap: nowrap; width: 20ch">
<div style="display: flex; flex-flow: wrap">
<div style="width: 10ch; height: 5em; background: red"></div>
<div style="width: 10ch; height: 5em; background: green"></div>
<div style="width: 10ch; height: 5em; background: red"></div>
<div style="width: 10ch; height: 5em; background: green"></div>
<div style="width: 10ch; height: 5em; background: red"></div>
<div style="width: 10ch; height: 5em; background: green"></div>
|