Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
index fbe4af5..332a7e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,9 +1,9 @@
 <?PHP include_once('header.php');  ?>
 
-<div class="container">
+  <div class='col-sm-12' style='height:50px; text-align:center;'> Are you a Registeded Maryland Voter?</div>
   
-  bootstrap online
+  <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-success">YES</button></div>
+  
+  <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-danger">NO</button> </div>
   
-</div>
-
 <?PHP include_once('footer.php');