mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Footer position is finally fixed, and ips for user
This commit is contained in:
parent
a6098a1f34
commit
6c5f36836b
1 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,9 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Poppins;
|
font-family: Poppins;
|
||||||
|
min-height: 400px;
|
||||||
|
margin-bottom: 100px;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -202,11 +205,12 @@ select option {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 10px;
|
|
||||||
background-color: var(--main);
|
background-color: var(--main);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
bottom: 0;
|
||||||
color: white;
|
color: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: fixed;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
Loading…
Reference in a new issue