Yo, ma section prends pas tout l'espace de l'écran, et ça fait que mon fond d'écran est vu en dessous de ma section et ça laisse un sale aspect (voir screen) vous savez d'où ça peut venir?
body css code :
section body code :
Modifié par Efeelios (12 Nov 2019 - 21:24)
body css code :
body{
font-family: Sunday, sans-serif;
margin: 0px;
padding: 0px;
background-position: top center;
background-color: #555555!important;
background-image: url(../img/fond_marry.jpg);
background-repeat: no-repeat;
background-size: 100%;
max-width: auto;
height: auto;
}
section body code :
.section2{
font-family: Sunday, sans-serif;
margin: 0px;
padding: 0px;
background-position: top center;
background-image: url(../img/fond1.jpg);
background-color: #555555!important;
background-repeat: no-repeat;
background-size: 100%;
max-width: auto;
height: auto;
line-height: 1;
}
Modifié par Efeelios (12 Nov 2019 - 21:24)