napisałem styl i valiadtor w3c wypluwa mi coś takiego:
Kod: Zaznacz cały
Warnings
* Line : 1 (Level : 1) You have no color with your background-color : body
* Line : 48 (Level : 1) You have no background-color with your color : #stopka
Valid CSS information
* body {
o background-color : maroon;
o background-image : url("bg.gif");
o font : 10pt Georgia, serif;
}
* #stopka {
o color : maroon;
o background-color : transparent;
o font-size : 8pt;
}