385
edits
m (category) |
No edit summary |
||
Line 2: | Line 2: | ||
<h1 style="text-align: center; ">{{{Section Title}}}</h1> | <h1 style="text-align: center; ">{{{Section Title}}}</h1> | ||
</div> | </div> | ||
<div style="padding: 1%; display: flex; flex-flow: row wrap; justify-content: {{{Style justify-content|center}}}; align-items: {{{Style align-items| | <div style="padding: 1%; display: flex; flex-flow: row wrap; justify-content: {{{Style justify-content|center}}}; align-items: {{{Style align-items|stretch}}}; background-color: {{{Style background-color|white}}};"> | ||
{{{Section Content}}} | {{{Section Content}}} | ||
</div> | </div> | ||
Line 18: | Line 18: | ||
"description": "css flex-box align-items: flex-start | flex-end | center | baseline | stretch", | "description": "css flex-box align-items: flex-start | flex-end | center | baseline | stretch", | ||
"type": "string", | "type": "string", | ||
"default": " | "default": "stretch" | ||
}, | }, | ||
"Style background-color": { | "Style background-color": { |
edits