.
This commit is contained in:
parent
0e79208257
commit
13551f5767
@ -103,7 +103,16 @@
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 80px;
|
||||||
|
background-color: #212529;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="MyBody">
|
<body class="MyBody">
|
||||||
|
Loading…
Reference in New Issue
Block a user