Vorlage:Box: Unterschied zwischen den Versionen

Aus Infothek
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
<div style="width: 300px; height: 200px; background-color: grey; border-radius: 6px;">
<div style="width: 300px; height: 200px; background-color: grey; border-radius: 6px; display: flex; flex-direction: column;">
  <span>Name: {{1}}</span>
  <div style="margin-left: auto; margin-right: auto; margin-bottom: 0; margin-top: auto;"><b>Name</b>: {{{1}}}</div>
  <span>Wert: {{2}}</span>
  <div style="margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: auto"><b>Wert</b>: {{{2}}}</div>
</div>
</div>

Aktuelle Version vom 3. Mai 2022, 10:50 Uhr

Name: {{{1}}}
Wert: {{{2}}}