From bff3e84e7b4083285d5a0a871663db57430401b6 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Mon, 17 Mar 2025 11:55:55 +0100 Subject: Add fastcons.md --- html/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 4725089..1c91903 100644 --- a/html/style.css +++ b/html/style.css @@ -6,7 +6,7 @@ body { background: #eee; color: #333; - font-family: sans; + font-family: sans-serif; } h1, h2, h3 { @@ -21,3 +21,14 @@ p { code { font-size: 1.2em; } + +table { + width: 100%; + border-collapse: collapse; + border: 1px solid black; +} + +td, th { + border: 1px solid black; + padding: 4px; +} -- cgit v1.2.3