diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-06-23 22:41:02 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-06-23 22:41:02 +0200 |
| commit | bf8297543935fbcf3e608d38246e5435b3afbc77 (patch) | |
| tree | ad266e90674aa704eb2dba87361964e49413739c /style.css | |
| parent | 0b09eab4f26d3fdb4f210156640be6e8dfcc238f (diff) | |
Improve HTML generation
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 27 |
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; +} |
