From cc625bca35c52b13f56c4a247ac25a3b0dd0e2db Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Fri, 26 Mar 2021 23:22:25 +0100
Subject: [PATCH] move footer to bottom

---
 index.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 0b85557..afb7c4c 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 		<title>QR</title>
 	</head>
 	<style>
-		#qrcode{
+		#qrcode {
 			position: absolute;
 			top: 50%;
 			left: 50%;
@@ -12,6 +12,11 @@
 			width: 100px;
 			height: 100px;
 		}
+
+		footer {
+			position: absolute;
+			bottom: 0px;
+		}
 	</style>
 	<body>
 		<input id="text" name="text" placeholder="QR code content" style="width: 100%;">
-- 
GitLab