diff --git a/index.html b/index.html new file mode 100644 index 0000000..6ab7224 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + +
+
abc
+
abc
+
abc
+
+ + diff --git a/main/template/base.css b/main/template/base.css new file mode 100644 index 0000000..4a0565a --- /dev/null +++ b/main/template/base.css @@ -0,0 +1,21 @@ +/* CSS di base del progetto "Vivi", iniziato in data 07 Settembre 2024 */ + +/* Bottoni */ +.box { + width: 25%; + margin: 5px; + padding: 2%; + border: 1px solid #000000; + float: left; +} +.street { + background-color: white; +} + +.phone { + background-color: green; +} + +.mail { + background-color: yellow; +} \ No newline at end of file