From 67713c26e73c4a5908cf7ab408744b2096b75b15 Mon Sep 17 00:00:00 2001 From: gallego Date: Mon, 8 Jan 2024 13:52:38 +0100 Subject: [PATCH] couleur et quelque reglage --- CSS/styles.css | 10 +++++----- HTML/page_2.html | 2 +- HTML/page_3.html | 2 +- HTML/page_4.html | 2 +- index.html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CSS/styles.css b/CSS/styles.css index 6b8f433..d8697c0 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -31,7 +31,7 @@ nav{ align-items: center; justify-content: space-around; flex-direction: row-reverse; - background: #00010c; + background: #000000; width: 100%; } @@ -92,12 +92,12 @@ nav li{ .page{ list-style-type: none; text-decoration: none; - color: black; + color: rgb(254, 254, 254); } .page p{ margin-right: 10vh; - color: white; + color: rgb(255, 0, 0); transition: color linear 0.7s; } @@ -113,7 +113,7 @@ nav li{ #page_courante p{ font-size: 1.4em; - color: red; + color: rgb(0, 255, 26); } @@ -142,7 +142,7 @@ main p{ #img_gauche_txt_droite p{ background-color: rgba(250,250,250,0.2); - border-radius: 15px; + border-radius: 20px; box-shadow: -10px -15px rgba(0,0,0,0.5); width: 50%; padding: 1%; diff --git a/HTML/page_2.html b/HTML/page_2.html index 7466147..34f865e 100644 --- a/HTML/page_2.html +++ b/HTML/page_2.html @@ -18,7 +18,7 @@