Änderungen

Wechseln zu: Navigation, Suche

Print.css

190 Bytes hinzugefügt, 00:44, 1. Feb. 2017
Die Seite wurde neu angelegt: „CSS placed here will affect the print output: h1 { colour: blue; background-color: yellow; border: 1px solid black; } p { color: red; } p, li {…“
/* CSS placed here will affect the print output */
h1 {
colour: blue;
background-color: yellow;
border: 1px solid black;
}

p {
color: red;
}

p, li {
text-decoration: underline;
}
688
Bearbeitungen

Navigationsmenü