From f091d091799273fc81dd5b4dc2132a4b5dceff06 Mon Sep 17 00:00:00 2001 From: Cesar Andres Date: Tue, 28 Jul 2026 22:39:09 +0200 Subject: inital design --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..6a6e90d --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +table { + text-align: left; + width: 100%; + height: 100%; +} + +th, td { + padding: 5px; +} + +td { + padding-bottom: 2px; +} -- cgit v1.2.3