diff --git a/main/template/base.css b/main/template/base.css deleted file mode 100644 index 4a0565a..0000000 --- a/main/template/base.css +++ /dev/null @@ -1,21 +0,0 @@ -/* 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