From df4b7f1ecdbdc5adca84ab0b897eeaed75ca9945 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 20 Mar 2023 22:48:59 +0100 Subject: [PATCH] Add an 'about' link to the project --- index.html | 1 + style.css | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index 0c96912..44933ff 100644 --- a/index.html +++ b/index.html @@ -13,5 +13,6 @@

+

C'est quoi ce truc ?

diff --git a/style.css b/style.css index a32f3be..264d61c 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,9 @@ body { margin: 0; background: #feffeb; + min-height: 100%; + width: 100%; + position: absolute; } h1 { @@ -26,3 +29,10 @@ div { div > * { text-align: center; } + +#about { + position: absolute; + margin: 0.5em; + right: 0; + bottom: 0; +}