Bonjour, j'ai un problème avec le Background CSS. Il ne veut pas s'afficher du tout dans ma page html. Que ce soit pour Background-image ou même background-color.
Mon code html se présente comme suit :
Le CSS :
Je vous remercie et espère avoir été clair.
Mon code html se présente comme suit :
<section id="main-image">
<div class="wrapper">
<h2>Organisez votre <br><strong>voyage sur mesure</strong></h2>
<a href="#" class="button1">Par Ici</a>
</div>
</section>
Le CSS :
#main-image
{
height: 580px
background-image: url("../images/main.jpg");
}
Je vous remercie et espère avoir été clair.