From c0cb8697530e6dd1196f6921e28a96dd01a0af4b Mon Sep 17 00:00:00 2001 From: Gbenga Date: Sat, 30 Mar 2024 02:17:22 +0800 Subject: [PATCH] Feat: table html page adjusted to W3C standards --- apps/table.css | 10 ++++++++++ apps/table.html | 14 +++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/apps/table.css b/apps/table.css index 7653bb41..bdf613c1 100644 --- a/apps/table.css +++ b/apps/table.css @@ -235,3 +235,13 @@ nav li:not(.active):hover{ .p { margin-bottom: 0; } + +.table { + border-collapse: separate; + border-spacing: 0; /* Adjust the value to control the spacing between cells */ +} + +td { + text-align: center; /* or left, right, justify, etc. */ +} + diff --git a/apps/table.html b/apps/table.html index 0ad2b8cb..1e78c929 100644 --- a/apps/table.html +++ b/apps/table.html @@ -24,7 +24,7 @@ - + CaMicroscope Data Table