From 3ae98132f9ff57d96977fcc5ce3c1cfd92afbd69 Mon Sep 17 00:00:00 2001 From: stef-devs Date: Fri, 22 Apr 2022 15:54:43 +0200 Subject: [PATCH] Fix bug and add a download link --- index.html | 5 +---- orario/orario.html | 3 +++ style.css | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) 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