Bonjour à tous,
J'ai un petit soucis que je n'arrive pas à résoudre.
En effet, j'ai un espace blanc en bas de page et je ne comprends pas pourquoi.
Si vous trouvez la solution ce serait top !
Bonne journée,
Voici le code CSS du footer :
Voici le code CSS de l'image en fond d'écran :
J'ai un petit soucis que je n'arrive pas à résoudre.
En effet, j'ai un espace blanc en bas de page et je ne comprends pas pourquoi.
Si vous trouvez la solution ce serait top !
Bonne journée,
Voici le code CSS du footer :
footer {
background-color: #f8f8f8;
padding: 0 0;
margin-bottom: -20px;
}
p.copyright {
margin: 0 0 0;
Voici le code CSS de l'image en fond d'écran :
body, html {
height: 100%;
width: 100%;
}
body, h1, h2, h3, h4, h5, h6 {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
}
.lead {
font-size: 18px;
font-weight: 400;
}
.intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
color: #f8f8f8;
background: url(../img/intro-bg.jpg) no-repeat center center;
background-size: cover;
text-align: center;
}