diff --git a/index.html b/index.html
index 0b855572739508c08bb2f75ad2fb96804e02df35..afb7c4cb7ba8d8465391614ec87179b36d443070 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%;">