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