From 010e11e1a31124db94b319d957d14b57df6088e5 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 20 Sep 2020 11:13:02 +0100 Subject: some colours for tha table --- terran-test.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terran-test.html b/terran-test.html index fc26a3c..1d7ca14 100644 --- a/terran-test.html +++ b/terran-test.html @@ -8,6 +8,16 @@ src : url(terran.ttf); font-weight : normal; } + table { + border-collapse: collapse; + } + table td { + border: thin solid red; + } + table th { + background-color: lightblue; + color: white; + } table.t td { font-size: xxx-large; font-family: terran; -- cgit v1.2.3