| Clementin a întrebat:

In HTML, care e codul pentru imaginea de background? happy

1 răspuns:
| thecakeisalie a răspuns:

Ia:
body {
background-image: url("http://yoursite.com/images/image_name.gif");
background-position: 50% 50%;
background-repeat: no-repeat;
}
Cu placere.