summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2025-03-17 11:55:55 +0100
committerTaylan Kammer <taylan.kammer@gmail.com>2025-03-17 11:55:55 +0100
commitbff3e84e7b4083285d5a0a871663db57430401b6 (patch)
tree88d69c365def136232aa1b4349b6a1755e51af97 /html/style.css
parentfbcedd74510b02a8a56acfbb3fb115394fcbdfd8 (diff)
Add fastcons.md
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css13
1 files changed, 12 insertions, 1 deletions
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;
+}