3 <link href=
"resources/flexbox.css" rel=
"stylesheet">
7 background-color: pink;
8 outline:
1px solid black;
12 background-color: grey;
20 .flexbox
> :nth-child(
1) {
21 background-color: blue;
25 <script src=
"../../resources/check-layout.js"></script>
26 <body onload=
"checkLayout('.flexbox')">
28 <div class=
"container">
29 <div class=
"flexbox row">
30 <div data-offset-x=
60 data-offset-y=
20 style=
"width: 20px; height: 120px"></div>
34 <div class=
"container">
35 <div class=
"flexbox row-reverse">
36 <div data-offset-x=
60 data-offset-y=
20 style=
"width: 20px; height: 120px"></div>
40 <div class=
"container">
41 <div class=
"flexbox column">
42 <div data-offset-x=
20 data-offset-y=
60 style=
"width: 120px; height: 20px"></div>
46 <div class=
"container">
47 <div class=
"flexbox column-reverse">
48 <div data-offset-x=
20 data-offset-y=
60 style=
"width: 120px; height: 20px"></div>