diff --git a/css/comic.css b/css/comic.css index dc4b8887e774cb40dd12c8ec659432eca8278b63..a03bcce185ffe5d484b80a490c38741600687d68 100644 --- a/css/comic.css +++ b/css/comic.css @@ -68,11 +68,6 @@ section { padding-bottom: 1rem; } -#en-tête { - padding-top: 2rem; - padding-bottom: 2rem; -} - /* Sections vidéos */ .section-vidéo .container-fluid { padding: 0; @@ -203,8 +198,8 @@ a.lien-cliquable { /* Insérer ci-dessous le CSS spécifique à une page */ /* Spécifique à index.html (Accueil) */ -#grand-logo { - width: 250px; +.image-fond { + width: 100%; } #a-propos { diff --git a/index.html b/index.html index 9a110dd7418626ad8b1b521d612c8dbf0b8b99f1..326471a9b3f872a7835d48b0609d74c2eff4b261 100644 --- a/index.html +++ b/index.html @@ -75,12 +75,8 @@ implicite. --> </nav> <!-- Image en fond avec le logo Comic-inside en gros --> - <header id="en-tête" class="bg-primary"> - <!-- TODO: Rajouter une image en fond --> - <!-- TODO: Rendre le logo plus beau --> - <h1 class="section-heading text-center"> - <img src="ressources/logo_comic.png" alt="Logo Comic" id="grand-logo"> - </h1> + <header class="text-center"> + <img class="image-fond" src="ressources/image-bash-2012-avec-logo.png" alt="Photo Polybash 2012"> </header> <!-- Contenu --> diff --git a/ressources/image-bash-2012-avec-logo.png b/ressources/image-bash-2012-avec-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..11265171f557fad3792efc19cb6b41517b2cb1e0 Binary files /dev/null and b/ressources/image-bash-2012-avec-logo.png differ diff --git a/ressources/image-bash-2012.jpeg b/ressources/image-bash-2012.jpeg deleted file mode 100644 index 34a8139e465eb111674477919dfe3f139518493a..0000000000000000000000000000000000000000 Binary files a/ressources/image-bash-2012.jpeg and /dev/null differ