Bonjour,
J'ai un petit problème.
J'ai mis une image avec un div. Mais il y a un espace blanc entre ces deux balises.
Voilà mon code HTML :
Et CSS :
img.fondecran {
min-height: 1%;
min-width: 50px;
width: 100%;
height: auto;
top: 0;
left: 0;
}
div.degrade {
background-image: linear-gradient(#4287f5, #c542f5);
width: 1920px;
height: 200px;
}
body {
margin: 0px;
padding: 0px;
}
Merci d'avance !
J'ai un petit problème.
J'ai mis une image avec un div. Mais il y a un espace blanc entre ces deux balises.
Voilà mon code HTML :
<body>
<img src="img/1img.png" class="fondecran">
<div class="degrade"></div>
</body>
Et CSS :
img.fondecran {
min-height: 1%;
min-width: 50px;
width: 100%;
height: auto;
top: 0;
left: 0;
}
div.degrade {
background-image: linear-gradient(#4287f5, #c542f5);
width: 1920px;
height: 200px;
}
body {
margin: 0px;
padding: 0px;
}
Merci d'avance !