Vorlage:Box: Unterschied zwischen den Versionen

Aus Infothek
(Die Seite wurde neu angelegt: „<div style="width: 300px; height: 200px; background-color: grey; border-radius: 6px;"> Name: {{1}} Wert: {{2}} </div>“)
 
Keine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen desselben Benutzers werden 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;">
  Name: {{1}}
  <div style="margin-left: auto; margin-right: auto; margin-bottom: 0; margin-top: auto;"><b>Name</b>: {{{1}}}</div>
  Wert: {{2}}
  <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}}}