File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,29 @@ <h2>Grid List Thingy</h2>
296
296
< div class ="box "> Item 13</ div >
297
297
< div class ="box "> Item 14</ div >
298
298
</ div >
299
+ < h2 > Grid List & .flex.center-h & .center-v</ h2 >
300
+ < div class ="grid list ">
301
+ < div class ="box ">
302
+ < p > text</ p >
303
+ </ div >
304
+ < div class ="box flex center-h ">
305
+ < p > .center-h</ p >
306
+ </ div >
307
+ < div class ="box ">
308
+ < p > more</ p >
309
+ < p > text</ p >
310
+ </ div >
311
+ < div class ="box flex center-v ">
312
+ < p > .center-v</ p >
313
+ </ div >
314
+ < div class ="box flex center-h center-v ">
315
+ < p > -v and -h</ p >
316
+ </ div >
317
+ < div class ="box ">
318
+ < p > example</ p >
319
+ < p > text</ p >
320
+ </ div >
321
+ </ div >
299
322
< h2 > Separator</ h2 >
300
323
< p > text</ p >
301
324
< div class ="separator "> separator</ div >
Original file line number Diff line number Diff line change @@ -302,6 +302,29 @@ <h2>Grid List Thingy</h2>
302
302
< div class ="box "> Item 13</ div >
303
303
< div class ="box "> Item 14</ div >
304
304
</ div >
305
+ < h2 > Grid List & .flex.center-h & .center-v</ h2 >
306
+ < div class ="grid list ">
307
+ < div class ="box ">
308
+ < p > text</ p >
309
+ </ div >
310
+ < div class ="box flex center-h ">
311
+ < p > .center-h</ p >
312
+ </ div >
313
+ < div class ="box ">
314
+ < p > more</ p >
315
+ < p > text</ p >
316
+ </ div >
317
+ < div class ="box flex center-v ">
318
+ < p > .center-v</ p >
319
+ </ div >
320
+ < div class ="box flex center-h center-v ">
321
+ < p > -v and -h</ p >
322
+ </ div >
323
+ < div class ="box ">
324
+ < p > example</ p >
325
+ < p > text</ p >
326
+ </ div >
327
+ </ div >
305
328
< h2 > Separator</ h2 >
306
329
< p > text</ p >
307
330
< div class ="separator "> separator</ div >
You can’t perform that action at this time.
0 commit comments