Lexique CSS

Lexique CSS >> background-image

background-image: [image];

background-image permet de définir une image comme arrière plan d'un élément html.

Application :
Code html :
<div style="background-image: url(../images/bg_css.jpg); height: 34px;">texte</div>

border >>
<< background-color

Page chargée en 4,638 ms