From 528069e8190a9111036de711a71a2df4dfadfeaa Mon Sep 17 00:00:00 2001 From: Andrea Date: Fri, 16 Jan 2026 11:43:46 +0100 Subject: [PATCH] Aggiunta bordi tabella --- index.php | 1 + style.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 style.css diff --git a/index.php b/index.php index 9437a52..07175a9 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,7 @@ fclose($file); TechStore + diff --git a/style.css b/style.css new file mode 100644 index 0000000..477de8d --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +table, th, td{ + border: 1px solid; +} \ No newline at end of file