Changed footer margins
This commit is contained in:
10
style.css
10
style.css
@@ -47,18 +47,22 @@ tr:nth-child(even) {
|
|||||||
background-color: rgba(100, 100, 100, 0.25);
|
background-color: rgba(100, 100, 100, 0.25);
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
padding: 5px 10px;
|
|
||||||
background: #9e9e9e;
|
background: #9e9e9e;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
rgba(100, 100, 100, 1) 0%,
|
rgba(100, 100, 100, 1) 0%,
|
||||||
rgba(100, 100, 100, 0) 100%
|
rgba(100, 100, 100, 0) 100%
|
||||||
);
|
);
|
||||||
position: fixed;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
width: 100svw;
|
width: 100svw;
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.exam {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user