7 lines
349 B
HTML
7 lines
349 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://compat.spec.whatwg.org/#valdef-flex--webkit-box">
|
|
<link rel="match" href="green-ref.html">
|
|
<div style="display: -webkit-box; flex-wrap: wrap; width: 50px;">
|
|
<div style="width: 50px; height: 100px; background: green;"></div>
|
|
<div style="width: 50px; height: 100px; background: green;"></div>
|
|
</div>
|