This commit is contained in:
shadowik 2023-05-20 08:40:42 +04:00
parent 0e79208257
commit 13551f5767

View File

@ -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">