summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-06-23 22:41:02 +0200
committerMarc Vertes <mvertes@free.fr>2025-06-23 22:41:02 +0200
commitbf8297543935fbcf3e608d38246e5435b3afbc77 (patch)
treead266e90674aa704eb2dba87361964e49413739c /style.css
parent0b09eab4f26d3fdb4f210156640be6e8dfcc238f (diff)
Improve HTML generation
Diffstat (limited to 'style.css')
-rw-r--r--style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..0f06d75
--- /dev/null
+++ b/style.css
@@ -0,0 +1,27 @@
+body {
+ max-width: 45rem;
+ margin: auto;
+ padding: 0.5em;
+ text-align: justify;
+ font-family: "Times New Roman", serif;
+}
+h1, h2, h3, h4 {
+ font-family: arial, sans;
+}
+h1 {
+ text-align: center;
+}
+pre {
+ padding: 1ch;
+ background-color: #f5f5f5;
+ overflow: auto;
+}
+img {
+ display: block;
+ margin: auto;
+ max-width: 100%;
+}
+footer {
+ text-align: center;
+ font-size: 0.8em;
+}