Sous haute résolutionSous basse résolution
Comment adapter l'image de fond ?
background:url(images) center center no-repeat; background-size:100% 100%;
C'est bon
background-size: 100% 100%;
//Largeur adaptative
background-size: 100% auto;
//Adaptatif
background-size:cover;
C'est bon
//Largeur adaptative
//Adaptatif