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; +}