diff --git a/index.html b/index.html index dfc6b47..d580027 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@
-
-
+
A
+
A
@@ -92,6 +92,7 @@
+ @@ -99,8 +100,7 @@ - - +
diff --git a/styles.css b/styles.css index 3d384b4..200a5f4 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,29 @@ 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; + width: 100%; + padding-left: 20px; + padding-right: 20px; bottom: 0; left: 0; right: 0; + padding-top: 30px; justify-content: space-evenly; } -footer div { + +.clavier div { padding-bottom: 5px; } \ No newline at end of file