En action
Utilisation du Background
Pensez à utiliser également la propriété background
.fond { /* image */
background-image: url("https://www.ibisc.univ-evry.fr/~dupont/3.jpg");
/* taille */
height: 100%;
/* position et centre */
background-position: center;
background-repeat: no-repeat;
background-size: cover;}