From 3d7296c3a376821698b98807d0675db9dc941aa2 Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 24 Mar 2018 00:48:35 +0200 Subject: [PATCH] iframes war --- game.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/game.php b/game.php index 08ed7a3..d05234b 100644 --- a/game.php +++ b/game.php @@ -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%;