From 314c1c33f57093261446a0365eb2d2d2db7d49a1 Mon Sep 17 00:00:00 2001 From: martino Date: Sat, 7 Sep 2024 18:13:23 +0200 Subject: [PATCH] Prove iniziali per il nuovo portale --- index.html | 13 +++++++++++++ main/template/base.css | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 index.html create mode 100644 main/template/base.css 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