diff --git a/index.html b/index.html index 1708c34..113df14 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,4 @@ - @@ -44,13 +43,11 @@ -

1 Elettrici | Engim Veneto SFP Turazza

+

1 Elettrici | Engim Veneto SFP Turazza

- - ORARIO CALENDARIO diff --git a/orario/orario.html b/orario/orario.html index 1c96362..527eba8 100644 --- a/orario/orario.html +++ b/orario/orario.html @@ -69,6 +69,9 @@
+
+ 📤 Scarica l'orario +
diff --git a/style.css b/style.css index eddf5fc..9f9b35e 100644 --- a/style.css +++ b/style.css @@ -133,4 +133,19 @@ a:logo { .theme-dark { --color-background: #30110d; -color: #f2bc94; +} + +.download-orario { + background: #2ab1ce; + position: absolute; + color: #fff; + padding: 10px; + border-radius: 5px; + font-size: 14px; + font-weight: bold; + text-transform: uppercase; + text-align: center; + width: 100%; + margin-top: 10px; + margin-bottom: 10px; } \ No newline at end of file