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 @@ + + +
+