diff --git a/ProjetProgWeb/stylesheet.css b/ProjetProgWeb/stylesheet.css index e1a6785..f7460f9 100644 --- a/ProjetProgWeb/stylesheet.css +++ b/ProjetProgWeb/stylesheet.css @@ -14,11 +14,15 @@ font-family: sans-serif; } -body { +html { position: relative; + min-height: 100%; +} + +body { display: flex; flex-direction: column; - margin: 0; + margin: 0 0 75px; padding: 0; width: 100%; background-color: #FDFDFD; @@ -29,18 +33,17 @@ header { } footer { + position: absolute; + z-index: 10; display: flex; justify-content: right; padding: 25px; align-items: center; gap: 10px; - position: relative; bottom: 0; width: 100%; - z-index: 10; height: 75px; background: #464646; - } footer a {