From 270648055164dee7ecc58a63c930790b45a47429 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 12 Nov 2025 08:32:33 +0100 Subject: [PATCH] Aggiunto padding tabelle e stile bottoni --- script.js | 4 ++-- style.css | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) 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