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 @@