mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Fixed Footer
Last push created an issue with the footer of the page. Layering Error Fixed.
This commit is contained in:
+19
-2
@@ -1,6 +1,7 @@
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html { width:100%; height:100%; margin:0; padding:0; }
|
||||
@@ -8,7 +9,7 @@ html { width:100%; height:100%; margin:0; padding:0; }
|
||||
body {
|
||||
background-color: rgb(41, 42, 48);
|
||||
/* background-color: rgb(1, 1, 59); */
|
||||
width:100%; height:100%; margin:0; padding:0;
|
||||
height:100%; margin:0; padding:0;
|
||||
}
|
||||
|
||||
.loginbtn {
|
||||
@@ -131,6 +132,10 @@ body {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
header{
|
||||
text-align: center;
|
||||
}
|
||||
@@ -189,6 +194,18 @@ nav a{
|
||||
background-color: rgb(41, 42, 48);
|
||||
}
|
||||
|
||||
.content-area h2 {
|
||||
footer{
|
||||
background-color: rgb(41, 42, 48);
|
||||
}
|
||||
|
||||
.footer-area {
|
||||
padding-top: 30px;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
top: 450px;
|
||||
background-color: rgb(41, 42, 48);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user