Die Seite wurde neu angelegt: „<div style=" display: {{{display|{{stepflex_display}}}}}; flex-wrap: {{{wrap|{{stepflex_wrap}}}}}; gap: {{{gap|{{stepflex_gap}}}}}; justify-content: {{{justify|{{stepflex_justify}}}}}; {{#if:{{{style|{{stepflex_style}}}}}|{{{style|{{stepflex_style}}}}}|}} "> {{{content|}}} </div>“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<div style="
<div style="
   display: {{{display|{{stepflex_display}}}}};
   display: flex;
   flex-wrap: {{{wrap|{{stepflex_wrap}}}}};
   flex-wrap: flex-wrap;
   gap: {{{gap|{{stepflex_gap}}}}};
   gap: 50px;
   justify-content: {{{justify|{{stepflex_justify}}}}};
   justify-content: center;
   {{#if:{{{style|{{stepflex_style}}}}}|{{{style|{{stepflex_style}}}}}|}}
   {{#if:{{{style|{{stepflex_style}}}}}|{{{style|{{stepflex_style}}}}}|}}
">
">
   {{{content|}}}
   {{{content|}}}
</div>
</div>

Version vom 10. August 2025, 09:09 Uhr