background
La proprietà background imposta tutte le proprietà relative al
background.
La sintassi è:
- background:
- <background-image> | <background-position> |
<background-repeat> | <background-attachment> | <background-color>
L'ordine con cui sono specificate le varie "sotto-proprietà" non è importante.
Esempio
body {
background: url(images/faccina.png) no-reapeat scroll bottom right
}