From d4e47c07b17e8a79e896f8a4aebdbd099da4d69b Mon Sep 17 00:00:00 2001 From: laura Date: Wed, 30 Nov 2022 11:33:56 +0100 Subject: [PATCH 1/3] coucou --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d8faf81..3e7eb52 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,7 @@
+ @@ -99,8 +100,7 @@ - - +
From 97553f5836a2ef42e2a39d6c209d6ad16b65b86e Mon Sep 17 00:00:00 2001 From: laura Date: Wed, 30 Nov 2022 11:34:03 +0100 Subject: [PATCH 2/3] coucou --- styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 1ad2ec3..05c06b7 100644 --- a/styles.css +++ b/styles.css @@ -33,12 +33,21 @@ footer{ display: flex; flex-wrap: wrap; position: absolute; + width: 100%; + padding-left: 20px; + padding-right: 20px; bottom: 0; left: 0; right: 0; justify-content: space-evenly; -} +} footer div { padding-bottom: 5px; +} + +.enter .suppr{ + width: 67px; + width:67px; + } \ No newline at end of file From c0680200c97261ccf5c30fec2e8f9e51f944780e Mon Sep 17 00:00:00 2001 From: Brunetto Marie Date: Wed, 30 Nov 2022 11:36:29 +0100 Subject: [PATCH 3/3] clavier decore --- index.html | 4 ++-- styles.css | 31 +++++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index dfc6b47..9c3dd6c 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@
-
-
+
A
+
A
diff --git a/styles.css b/styles.css index 3d384b4..3d6a961 100644 --- a/styles.css +++ b/styles.css @@ -1,12 +1,13 @@ * { margin: 0; padding: 0; + font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + } header{ background-color: white; text-align: center; padding-top: 5px; - font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 35px; color:rgb(99, 45, 23); font-weight: bold; @@ -37,19 +38,45 @@ section{ border-radius: 5px; width: 45px; height: 45px; + color:rgb(99, 45, 23); + font-weight: bold; + font-size:30px; + align-items: center; } footer{ + background-color: rgb(243, 215, 199); display: flex; flex-wrap: wrap; position: absolute; bottom: 0; left: 0; right: 0; + padding-top: 30px; justify-content: space-evenly; + padding-bottom: 30px; } -footer div { + +.clavier div { padding-bottom: 5px; +} + +.clavier div button { + padding-bottom: 5px; + width: 45px; + height: 45px; + background-color:rgb(99, 45, 23); + border-radius: 5px; + color : white; + font-weight: bold; + font-size:large; + border:none; +} + +.clavier div button:hover{ + background-color:rgb(75, 24, 15); + color : rgb(245, 230, 230); + } \ No newline at end of file