From 4935c0accd9370532ade3fd666a0c7b94020b9a4 Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 5 Nov 2023 21:19:53 +0100 Subject: [PATCH] create styles folder --- index.html | 22 +--------------------- styles/style.css | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 styles/style.css diff --git a/index.html b/index.html index 9e886a8..713ae9d 100644 --- a/index.html +++ b/index.html @@ -8,29 +8,9 @@ hugulumu.fr + - diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..97eb275 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,19 @@ +body { + overflow-x: hidden; +} +body * { + display: flex; + margin: auto; +} +script, style { + display: none; +} +p, pre { + line-height: 0.8; + font-size: 12px; + font-family: monospace; +} +pre { + margin: 10px 0px; +} +