From c5ed43827567cf820221e102aea6712ac758e0f9 Mon Sep 17 00:00:00 2001 From: martino Date: Sat, 3 Aug 2024 14:37:20 +0200 Subject: [PATCH] Primi file Prime bozze dei file, da sistemare --- base.css | 31 +++++++++++++++++++++++++++++++ index.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 base.css create mode 100644 index.html diff --git a/base.css b/base.css new file mode 100644 index 0000000..12e4cf3 --- /dev/null +++ b/base.css @@ -0,0 +1,31 @@ +/* CSS base del progetto Vivi - iniziato il 2024-07-23 */ + +body { + margin: 20px; +} + +nav {} + +.icon-bar { + width: 100%; + background-color: #555; + overflow: auto; +} + +.icon-bar a { + float: left; + text-align: center; + width: 20%; + padding: 12px 0; + transition: all 0.3s ease; + color: white; + font-size: 36px; +} + +.icon-bar a:hover { + background-color: #000; +} + +.active { + background-color: #04AA6D; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6fffb0d --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + +ViviGubbio - Vivere la città di Gubbio... Intensamente! + + + + + + + + + +
+ +
+
b
+ + + \ No newline at end of file