dupont css
Pages
Accueil
Cours
Flex à la loupe
Flex en action
Test flex
Test Grid
Selecteurs
Test Selecteurs
transition !
Test
Position
Empilement
Outils
Liens
Projet
image full background
Pour mettre une image de fond fixe :
.page-background
{
position
:
fixed
;
width
:
100vw
;
height
:
100vh
;
background-size
:
cover
;
background-position
:
center
;
background-repeat
:
no-repeat
;
z-index
:
0
;
}
<div class="page-background" style="background-image: url('x-1.jpg')"></div>
Article plus récent
Article plus ancien
Accueil