Propriétés de couleur et fond
- color: green
- color: rgb(0,255,0)
- color: rgb(0%,100%,0%)
- color: #0F0
- color: #00FF00
- background-image:url(bg.gif)
- background-repeat: repeat;
background-image: url(bg.gif)
- background-repeat: repeat-x;
background-image: url(bg.gif)
- background-repeat: repeat-y;
background-image: url(bg.gif)
- background-repeat: no-repeat;
background-image: url(bg.gif)
- background-position: center; background-image: url(bg.gif); background-repeat: no-repeat
- background-position: top left; background-image: url(bg.gif); background-repeat: no-repeat
- background-position: 3em 50%; background-image: url(bg.gif); background-repeat: no-repeat
Notes :
background
est un raccourci, comme font
.
Donner la couleur et l'image permet un chargement plus agréable.