From 47ff673014058cebce2444d242a712c798dad9dd Mon Sep 17 00:00:00 2001 From: stef-devs Date: Tue, 12 Apr 2022 18:54:33 +0200 Subject: [PATCH] Clean code - index.html --- index.html | 78 +++++++++++++++++++++++++++++++++++++----------------- style.css | 7 ++++- 2 files changed, 59 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index 04e5a3c..fccc8e0 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,20 @@ + + + + + - + + + + + + + @@ -24,29 +35,46 @@ -
- 1 Elci - Homepage -

1 Elci

-
- - HOME - ORARIO - CALENDARIO -
-
-
-
-
-
-
-
-
-
-
+
-
- - -
- + + +1 Elci - Homepage + + + +

1 Elci

+
+ + + + +HOME +ORARIO +CALENDARIO + +
+ + + +
+
+
+
+
+
+
+
+
+
+ + + +
+ + + + + + \ No newline at end of file diff --git a/style.css b/style.css index b40cd6f..eddf5fc 100644 --- a/style.css +++ b/style.css @@ -128,4 +128,9 @@ a:logo { left : 20px; right : 20px; } - .orarioscuola {max-width: 100%} \ No newline at end of file + .orarioscuola {max-width: 100%} + +.theme-dark { + --color-background: #30110d; + -color: #f2bc94; +} \ No newline at end of file