iframes war

This commit is contained in:
lopar 2018-03-24 00:48:35 +02:00
parent 7113d814ff
commit 3d7296c3a3
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
text-align: center;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
form {
padding: 3px;
width: 100%;