mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🐛 Fixed footer style
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user