Kennt ihr auch das Klexikon für Lese-Anfänger? Auf MiniKlexikon.de findet ihr mehr als 900 Artikel von A wie Aal bis Z wie Zoo.
MediaWiki:Zumi.css: Unterschied zwischen den Versionen
Aus Klexikon - Das Freie Kinderlexikon
(Die Seite wurde neu angelegt: „.klexibox { display: block; float: unset!important; } .klexibox > div > table { margin-left: auto!important; margin-right: auto!important; } @media scr…“) |
K |
||
Zeile 2: | Zeile 2: | ||
display: block; | display: block; | ||
float: unset!important; | float: unset!important; | ||
+ | margin-left: 1em; | ||
} | } | ||
.klexibox > div > table { | .klexibox > div > table { |
Aktuelle Version vom 5. Februar 2021, 14:55 Uhr
.klexibox { display: block; float: unset!important; margin-left: 1em; } .klexibox > div > table { margin-left: auto!important; margin-right: auto!important; } @media screen and (min-width: 768px) { .klexibox { display: unset; float: right!important; } .klexibox > div > table { margin-left: unset; margin-right: unset; } }