From ede35e8258b68cccb991915836e26c82858de083 Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 21 Oct 2022 10:47:08 +0200 Subject: [PATCH] Presentation --- WEB/src/CSS/Presentation.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WEB/src/CSS/Presentation.css b/WEB/src/CSS/Presentation.css index 6429bec9..a4391a5c 100644 --- a/WEB/src/CSS/Presentation.css +++ b/WEB/src/CSS/Presentation.css @@ -1,7 +1,7 @@ html{ scroll-behavior: smooth; - background-image: url(../../assets/img/Background5.png); + background-image: url(../../assets/img/BackgroundPresentation.jpg); height: 100vh; background-position: center; background-repeat: no-repeat; @@ -44,13 +44,13 @@ body{ } .Consigne{ - width: 50%; + width: 60%; } .Histoire,.ConsigneRun,.ConsigneSubmit{ margin-top: 0; margin-left: 20px; - background: rgba(0,0,0,0.6); + background: rgba(0,0,0,0.8); box-sizing: border-box; box-shadow: 0 15px 25px rgba(0,0,0,); border-radius: 10px;