xXxPeterPanxXx
Neues Mitglied
Ich übe grad an einer Seite und habe ein Hintergrundbild eingebaut. Ich wollte es so dass, das Bild nur einmal ist und nicht 9mal und 3 halbe. Ausserdem will ich dieses bIl dziemlich Zentral einbauen. Gibt es center bei css. oder muss man das in px oder in % oder em angeben. Da wo das Bild nich sein soll, soll alle grau sein.
Hier mein CSS CODE:
Danke im Vorraus.
Hier mein CSS CODE:
HTML:
body {
margin:25px;
background-color:grey;
background:#FFF url(../images/BMW-Z8-v_750-thumb.jpg);
font:normal 100.01%/.6 "Segoe Print", Arial;
width:450px;
}