Update enter_information.php
authorPatrick McGuire <insidenothing@gmail.com>
Wed, 6 May 2020 17:43:27 +0000 (13:43 -0400)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 17:43:27 +0000 (13:43 -0400)
enter_information.php

dissimilarity index 89%
index 2ed0483..1f22e73 100644 (file)
@@ -1,23 +1,23 @@
-<?PHP include_once('header.php');  ?>
-
-  <div class='col-sm-12'><h1>Please enter your Name and ZIP Code as it appears on your Maryland Voter Registration</h1></div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><h3>First Name</h3></div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><h3>Last Name</h3></div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><input> </div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><input> </div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><h3>House Number</h3></div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><h3>ZIP Code</h3></div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><input> </div>
-  
-  <div class='col-sm-6' style='height:50px; text-align:center;'><input> </div>
-  
-  <div class='col-sm-12'><button type="button" class="btn btn-success">Next</button></div>
-
-<?PHP include_once('footer.php');
+<?PHP include_once('header.php');  ?>
+
+  <div class='col-sm-12' style='height:100px; text-align:center;'><h1>Please enter your Name and ZIP Code as it appears on your Maryland Voter Registration</h1></div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><h3>First Name</h3></div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><h3>Last Name</h3></div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><input> </div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><input> </div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><h3>House Number</h3></div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><h3>ZIP Code</h3></div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><input> </div>
+  
+  <div class='col-sm-6' style='height:100px; text-align:center;'><input> </div>
+  
+  <div class='col-sm-12' style='height:100px; text-align:center;'><button type="button" class="btn btn-success">Next</button></div>
+
+<?PHP include_once('footer.php');