diff --git a/script.js b/script.js
index 14639d1..2a240d5 100644
--- a/script.js
+++ b/script.js
@@ -32,8 +32,8 @@ function listPizze(){
${pizza.id} |
${pizza.nome} |
${pizza.prezzo.toFixed(2)}€ |
-
- |
+
+ |
`;
});
diff --git a/style.css b/style.css
index 48ae0a7..b6056d5 100644
--- a/style.css
+++ b/style.css
@@ -4,4 +4,17 @@ body{
body, button{
font-family: 'Comic Sans MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+}
+
+td, th{
+ padding: 5px;
+}
+
+.editBtn{
+ background-color: aqua;
+}
+
+.delBtn{
+ background-color: red;
+ color: white;
}
\ No newline at end of file