From 27bff556845634774575340d773777fa0ee6d013 Mon Sep 17 00:00:00 2001 From: Antoine Jourdain Date: Mon, 20 Nov 2023 11:55:42 +0100 Subject: [PATCH] Link logo sur page + jeu --- Project/php/css/memory.css | 5 +---- Project/php/css/styles.css | 13 ++++++------- Project/php/templates/home.html | 6 +++--- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Project/php/css/memory.css b/Project/php/css/memory.css index eba5827..4a503bb 100755 --- a/Project/php/css/memory.css +++ b/Project/php/css/memory.css @@ -34,10 +34,7 @@ body { } .flipped { - background: url("../assets/img/quizz.jpeg"); - background-position: center; - background-repeat: no-repeat; - background-attachment: scroll; + background: url("../assets/img/carte.png") no-repeat scroll center; background-size: cover; } diff --git a/Project/php/css/styles.css b/Project/php/css/styles.css index 40e1e83..a4ed05f 100644 --- a/Project/php/css/styles.css +++ b/Project/php/css/styles.css @@ -614,6 +614,11 @@ progress { line-height: 1; } +.logo { + margin-top: 10%; + height: 10vh; +} + .figure-caption { font-size: 0.875em; color: #6c757d; @@ -11333,10 +11338,4 @@ body { .app-badge { height: 3rem; -} - -/* .separateur{ - display: block; - margin: 0 auto; - width: 20%; -} */ \ No newline at end of file +} \ No newline at end of file diff --git a/Project/php/templates/home.html b/Project/php/templates/home.html index b82918c..44fbf8b 100755 --- a/Project/php/templates/home.html +++ b/Project/php/templates/home.html @@ -22,8 +22,8 @@