-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFLEXBOX.html
540 lines (453 loc) · 49.8 KB
/
FLEXBOX.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!DOCTYPE html> <html lang=en style><!--
Page saved with SingleFile
url: https://flexbox.malven.co/
saved date: Wed Nov 03 2021 08:26:31 GMT+0100 (czas środkowoeuropejski standardowy)
--><meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>FLEXBOX</title>
<style>html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background-color:transparent}a:active,a:hover{outline:0}svg:not(:root){overflow:hidden}html,body,div,span,h2,h3,p,a,footer,header,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}footer,header{display:block}body{line-height:1}html,body{background-color:#111}html{font-size:62.5%}body{color:#fff}*,*:before,*:after{box-sizing:border-box}a{color:inherit}svg{display:block;max-width:100%}.l-container{padding:5rem}.l-container>.subhead{margin-top:4.95833rem}@media (min-width:48em){.l-container>.subhead{margin-top:6.02083rem}}@media (min-width:64em){.l-container>.subhead{margin-top:7.08333rem}}.l-container>.set{margin-top:4.95833rem;display:inline-block;width:25%;min-width:27rem;max-width:42rem;padding-right:2rem;margin-right:-0.4rem;vertical-align:top}@media (min-width:48em){.l-container>.set{margin-top:6.02083rem}}@media (min-width:64em){.l-container>.set{margin-top:7.08333rem}}.l-container>.footer{margin-top:4.95833rem}@media (min-width:48em){.l-container>.footer{margin-top:6.02083rem}}@media (min-width:64em){.l-container>.footer{margin-top:7.08333rem}}.l-header>svg{width:14.4rem;height:3.3rem}.footer{font-size:1.3rem;line-height:1.3;letter-spacing:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Inconsolata",monospace;font-weight:normal;font-style:normal}.footer>*+*{margin-top:1.4rem}.footer p{opacity:0.6}.footer a{opacity:1;text-decoration:underline}.item{display:inline-block;width:27rem;position:relative;cursor:pointer;border-radius:0.4rem;padding:0.8rem;left:-0.8rem}.item:hover{background-color:rgba(255,255,255,0.06)}.item:active{background-color:rgba(255,255,255,0.1)}.item__heading{font-size:1.3rem;line-height:1.3;letter-spacing:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Inconsolata",monospace;font-weight:normal;font-style:normal;height:2rem;display:inline-block;width:20rem;position:absolute;left:6.8rem;top:2.2rem}.item__container{width:4.6rem;height:4.6rem;padding:0.4rem;border:1px solid rgba(255,255,255,0.2)}.item__child{min-width:0.6rem;min-height:0.6rem;display:block;border:1px solid #111}.item__child:nth-child(1){background-color:rgba(33,255,214,0.93)}.item__child:nth-child(2){background-color:rgba(33,255,214,0.86)}.item__child:nth-child(3){background-color:rgba(33,255,214,0.79)}.item__child:nth-child(4){background-color:rgba(33,255,214,0.72)}.item__child:nth-child(5){background-color:rgba(33,255,214,0.65)}.item__child:nth-child(6){background-color:rgba(33,255,214,0.58)}.item__child:nth-child(7){background-color:rgba(33,255,214,0.51)}.item__child:nth-child(8){background-color:rgba(33,255,214,0.44)}.item__child:nth-child(9){background-color:rgba(33,255,214,0.37)}.item__child:nth-child(10){background-color:rgba(33,255,214,0.3)}.item--alt-child-colors-1 .item__child:nth-child(1){background-color:rgba(147,42,255,0.93)}.item--alt-child-colors-1 .item__child:nth-child(2){background-color:rgba(147,42,255,0.86)}.item--alt-child-colors-1 .item__child:nth-child(3){background-color:rgba(147,42,255,0.79)}.item--alt-child-colors-1 .item__child:nth-child(4){background-color:rgba(147,42,255,0.72)}.item--alt-child-colors-1 .item__child:nth-child(5){background-color:rgba(147,42,255,0.65)}.item--alt-child-colors-1 .item__child:nth-child(6){background-color:rgba(147,42,255,0.58)}.item--alt-child-colors-1 .item__child:nth-child(7){background-color:rgba(147,42,255,0.51)}.item--alt-child-colors-1 .item__child:nth-child(8){background-color:rgba(147,42,255,0.44)}.item--alt-child-colors-1 .item__child:nth-child(9){background-color:rgba(147,42,255,0.37)}.item--alt-child-colors-1 .item__child:nth-child(10){background-color:rgba(147,42,255,0.3)}.item--container-display-flex .item__container{display:-ms-flexbox;display:flex}.item--container-display-inline-flex .item__container{display:-ms-inline-flexbox;display:inline-flex}.item--container-flex-direction-row .item__container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.item--container-flex-direction-row-reverse .item__container{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.item--container-flex-direction-column .item__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.item--container-flex-direction-column-reverse .item__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.item--container-flex-wrap-nowrap .item__container{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.item--container-flex-wrap-wrap .item__container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-flex-wrap-wrap-reverse .item__container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.item--container-justify-content-flex-start .item__container{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.item--container-justify-content-flex-end .item__container{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.item--container-justify-content-center .item__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.item--container-justify-content-space-between .item__container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.item--container-justify-content-space-around .item__container{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.item--container-justify-content-space-evenly .item__container{display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly}.item--container-align-items-flex-start .item__container{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.item--container-align-items-flex-end .item__container{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.item--container-align-items-center .item__container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.item--container-align-items-baseline .item__container{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.item--container-align-items-stretch .item__container{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.item--container-align-content-flex-start .item__container{display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-align-content-flex-end .item__container{display:-ms-flexbox;display:flex;-ms-flex-line-pack:end;align-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-align-content-center .item__container{display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-align-content-space-between .item__container{display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-align-content-space-around .item__container{display:-ms-flexbox;display:flex;-ms-flex-line-pack:distribute;align-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-align-content-stretch .item__container{display:-ms-flexbox;display:flex;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--container-order .item__container{display:-ms-flexbox;display:flex}.item--container-order .item__child:nth-child(1){-ms-flex-order:50;order:50}.item--container-order .item__child:nth-child(2){-ms-flex-order:100;order:100}.item--container-flex-grow-all-1 .item__container{display:-ms-flexbox;display:flex}.item--container-flex-grow-all-1 .item__child{-ms-flex-positive:1;flex-grow:1}.item--container-flex-grow-all-unique .item__container{display:-ms-flexbox;display:flex}.item--container-flex-grow-all-unique .item__child:nth-child(1){-ms-flex-positive:1;flex-grow:1}.item--container-flex-grow-all-unique .item__child:nth-child(2){-ms-flex-positive:2;flex-grow:2}.item--container-flex-grow-all-unique .item__child:nth-child(3){-ms-flex-positive:3;flex-grow:3}.item--container-flex-basis-20-40 .item__container{display:-ms-flexbox;display:flex}.item--container-flex-basis-20-40 .item__child:nth-child(1){-ms-flex-preferred-size:20%;flex-basis:20%}.item--container-flex-basis-20-40 .item__child:nth-child(2){-ms-flex-preferred-size:40%;flex-basis:40%}.item--container-flex-shrink-unique .item__container{display:-ms-flexbox;display:flex}.item--container-flex-shrink-unique .item__child{-ms-flex-preferred-size:100%;flex-basis:100%}.item--container-flex-shrink-unique .item__child:nth-child(2){-ms-flex-negative:2;flex-shrink:2}.item--container-align-self-unique .item__container{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.item--container-align-self-unique .item__child:nth-child(3){-ms-flex-item-align:end;align-self:flex-end}.set__heading{font-size:1.6rem;line-height:1.2;letter-spacing:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Inconsolata",monospace;font-weight:normal;font-style:normal}.set__notes{margin-top:1.75rem;font-size:1.3rem;line-height:1.3;letter-spacing:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Inconsolata",monospace;font-weight:normal;font-style:normal;min-height:2rem;opacity:0.6}@media (min-width:48em){.set__notes{margin-top:2.125rem}}@media (min-width:64em){.set__notes{margin-top:2.5rem}}.set__items{margin-top:1.75rem}@media (min-width:48em){.set__items{margin-top:2.125rem}}@media (min-width:64em){.set__items{margin-top:2.5rem}}.set__items>.item{margin-right:1.5rem;vertical-align:top}.subhead{font-size:2.8rem;line-height:1.3;letter-spacing:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Inconsolata",monospace;font-weight:normal;font-style:normal}</style>
<meta name=theme-color content=#ffffff><meta name=description content="Learn all about the properties available in flexbox through simple visual examples.">
<meta property=og:type content=website>
<meta property=og:locale content=en_US>
<meta property=og:url content=http://flexbox.malven.co>
<meta property=og:title content="FLEX: A simple visual cheatsheet for flexbox">
<meta property=og:description content="Learn all about the properties available in flexbox through simple visual examples.">
<meta property=og:image content=http://flexbox.malven.co/android-chrome-256x256.png>
<meta property=og:image:type content=image/png>
<meta property=og:image:width content=256>
<meta property=og:image:height content=256>
<meta property=og:site_name content=FLEX>
<meta property=og:see_also content=http://www.chrismalven.com>
<meta name=twitter:card content=summary>
<meta name=twitter:site content=@cmalven>
<meta name=twitter:title content="FLEX: A simple visual cheatsheet for flexbox">
<meta name=twitter:description content="Learn all about the properties available in flexbox through simple visual examples.">
<meta name=twitter:image content=http://flexbox.malven.co/android-chrome-256x256.png><link rel=icon type=image/png href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUREREC8Mj/////2wiQAAAAAWJLR0QCZgt8ZAAAAAlwSFlzAADHTwAAx08B/tDcFwAAAAd0SU1FB+AMHBE1ByQeKlYAAAAcSURBVBjTY2AgD7AGgCB+BrHmEGIQZw5hBjkAAD33B/lRryUyAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTEyLTI4VDE3OjUzOjA3KzAxOjAwuXOe9AAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0xMi0yOFQxNzo1MzowNyswMTowMMguJkgAAABXelRYdFJhdyBwcm9maWxlIHR5cGUgaXB0YwAAeJzj8gwIcVYoKMpPy8xJ5VIAAyMLLmMLEyMTS5MUAxMgRIA0w2QDI7NUIMvY1MjEzMQcxAfLgEigSi4A6hcRdPJCNZUAAAAASUVORK5CYII=" sizes=32x32><style>.sf-hidden{display:none!important}</style><link rel=canonical href=https://flexbox.malven.co/><meta http-equiv=content-security-policy content="default-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'unsafe-inline'; media-src 'self' data:; script-src 'unsafe-inline' data:;"></head>
<body>
<div class=l-container>
<div class=subhead>container</div>
<section class=set>
<h2 class=set__heading>display</h2>
<p class=set__notes>Enables flex for all children.</p>
<div class=set__items>
<div class="item item--container-display-flex js-item" data-code="display: flex;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">display: flex</h3>
</div>
<div class="item item--container-display-inline-flex js-item" data-code="display: inline-flex;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">display: inline-flex</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>flex-direction</h2>
<p class=set__notes>Establishes the main axis.</p>
<div class=set__items>
<div class="item item--container-flex-direction-row js-item" data-code="flex-direction: row;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-direction: row</h3>
</div>
<div class="item item--container-flex-direction-row-reverse js-item" data-code="flex-direction: row-reverse;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-direction: row-reverse</h3>
</div>
<div class="item item--container-flex-direction-column js-item" data-code="flex-direction: column;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-direction: column</h3>
</div>
<div class="item item--container-flex-direction-column-reverse js-item" data-code="flex-direction: column-reverse;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-direction: column-reverse</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>flex-wrap</h2>
<p class=set__notes>Wraps items if they can't all be made to fit on one line.</p>
<div class=set__items>
<div class="item item--container-flex-wrap-nowrap js-item" data-code="flex-wrap: nowrap;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-wrap: nowrap</h3>
</div>
<div class="item item--container-flex-wrap-wrap js-item" data-code="flex-wrap: wrap;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-wrap: wrap</h3>
</div>
<div class="item item--container-flex-wrap-wrap-reverse js-item" data-code="flex-wrap: wrap-reverse;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-wrap: wrap-reverse</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>justify-content</h2>
<p class=set__notes>Attempts to distribute extra space on the main axis.</p>
<div class=set__items>
<div class="item item--container-justify-content-flex-start js-item" data-code="justify-content: flex-start;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">justify-content: flex-start</h3>
</div>
<div class="item item--container-justify-content-flex-end js-item" data-code="justify-content: flex-end;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">justify-content: flex-end</h3>
</div>
<div class="item item--container-justify-content-center js-item" data-code="justify-content: center;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">justify-content: center</h3>
</div>
<div class="item item--container-justify-content-space-between js-item" data-code="justify-content: space-between;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">justify-content: space-between</h3>
</div>
<div class="item item--container-justify-content-space-around js-item" data-code="justify-content: space-around;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">justify-content: space-around</h3>
</div>
<div class="item item--container-justify-content-space-evenly js-item" data-code="justify-content: space-evenly;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">justify-content: space-evenly</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>align-items</h2>
<p class=set__notes>Determines how items are laid out on the cross axis.</p>
<div class=set__items>
<div class="item item--container-align-items-flex-start js-item" data-code="align-items: flex-start;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-items: flex-start</h3>
</div>
<div class="item item--container-align-items-flex-end js-item" data-code="align-items: flex-end;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-items: flex-end</h3>
</div>
<div class="item item--container-align-items-center js-item" data-code="align-items: center;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-items: center</h3>
</div>
<div class="item item--container-align-items-baseline js-item" data-code="align-items: baseline;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-items: baseline</h3>
</div>
<div class="item item--container-align-items-stretch js-item" data-code="align-items: stretch;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-items: stretch</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>align-content</h2>
<p class=set__notes>Only has an effect with more than one line of content. Examples shown here use flex-wrap.</p>
<div class=set__items>
<div class="item item--container-align-content-flex-start js-item" data-code="align-content: flex-start;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-content: flex-start</h3>
</div>
<div class="item item--container-align-content-flex-end js-item" data-code="align-content: flex-end;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-content: flex-end</h3>
</div>
<div class="item item--container-align-content-center js-item" data-code="align-content: center;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-content: center</h3>
</div>
<div class="item item--container-align-content-space-between js-item" data-code="align-content: space-between;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-content: space-between</h3>
</div>
<div class="item item--container-align-content-space-around js-item" data-code="align-content: space-around;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-content: space-around</h3>
</div>
<div class="item item--container-align-content-stretch js-item" data-code="align-content: stretch;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">align-content: stretch</h3>
</div>
</div>
</section>
<div class=subhead>children</div>
<section class=set>
<h2 class=set__heading>order</h2>
<p class=set__notes>Allows you to explictly set the order you want each child to appear in.</p>
<div class=set__items>
<div class="item item--alt-child-colors-1 item--container-order js-item" data-code="order: 1;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">order: integer</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>flex-grow</h2>
<p class=set__notes>Allows you to determine how each child is allowed to grow as a part of a whole.</p>
<div class=set__items>
<div class="item item--alt-child-colors-1 item--container-flex-grow-all-1 js-item" data-code="flex-grow: 1;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-grow: 1 (applied to all)</h3>
</div>
</div>
<div class=set__items>
<div class="item item--alt-child-colors-1 item--container-flex-grow-all-unique js-item" data-code="flex-grow: 1;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">flex-grow (1, 2, and 3)</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>flex-basis</h2>
<p class=set__notes>Defines the size of an element before remaining space is distributed.</p>
<div class=set__items>
<div class="item item--alt-child-colors-1 item--container-flex-basis-20-40 js-item" data-code="flex-basis: 50%;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">first item 20%, second item 40%</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>flex-shrink</h2>
<p class=set__notes>Allows an item to shrink if necessary. Only really useful with a set size or flex-basis.</p>
<div class=set__items>
<div class="item item--alt-child-colors-1 item--container-flex-shrink-unique js-item" data-code="flex-shrink: 1;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">both want to be 100% wide, 2nd item has flex-shrink: 2</h3>
</div>
</div>
</section>
<section class=set>
<h2 class=set__heading>align-self</h2>
<p class=set__notes>Sets alignment for individual item. See "align-items" for options</p>
<div class=set__items>
<div class="item item--alt-child-colors-1 item--container-align-self-unique js-item" data-code="align-self: flex-start|flex-end|center|baseline|stretch;">
<div class=item__container>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
<span class=item__child></span>
</div>
<h3 class="item__heading js-item-heading">3rd item has align-self:flex-end</h3>
</div>
</div>
</section>
</div>
<style>@font-face{font-family:'Inconsolata';font-style:normal;font-weight:400;font-stretch:100%;src:url(data:font/woff2;base64,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) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}</style>
<div id=notie-alert-outer class=sf-hidden></div><div id=notie-force-outer class=sf-hidden></div><div id=notie-force-background class="notie-transition sf-hidden"></div><div id=notie-confirm-outer class=sf-hidden></div><div id=notie-confirm-background class="notie-transition sf-hidden"></div><div id=notie-input-outer class=sf-hidden></div><div id=notie-input-background class="notie-transition sf-hidden"></div><div id=notie-select-outer class=sf-hidden></div><div id=notie-select-background class="notie-transition sf-hidden"></div><div id=notie-date-outer class=sf-hidden></div><div id=notie-date-background class="notie-transition sf-hidden"></div>