<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS pour l'article 1 */

/* COUVERTURE */

.couverture {
    height: 100% ;
    width: 100% ;
    position: fixed ;
    background-image: url("../img/Manif%20ambazada.jpg") ;
     background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

</pre></body></html>