Bonjour,
Je n’arrive pas à mettre une image en mode cover (height: 100%). Pourtant j’ai bien respecté les règles. J’ai même tenté le tout pour le tout avec un !important;
Impossible de voir où se trouve le souci
Mes CSS :
html {
height: 100%;
margin-top: 0px;
margin-left: 0px;
padding-right: 0px;
}
body {
font-family: 'Lato', Calibri, Arial, sans-serif;
font-weight: 300;
font-size: 15px;
position: absolute;
overflow-x: hidden;
overflow-y: visible;
top: 0;
left: 0;
bottom: 0;
right: 0;
width:100%;
height: 100% !important;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-image: url(../images/PBal1.jpg);
*{box-sizing:border-box;}
}
Une idée ? Merci beaucoup
P.
+0
-0