Skip to content

Commit

Permalink
add proper form styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah committed Jul 11, 2020
1 parent bd570cd commit e34e347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ <h4>FEWER FINES</h4>
<!-- Case Reminder Form -->
<section id="form">
<div class="container text-center">
<h2>Or Fill Out Form:</h2>
<h2>Fill Out Reminder Form:</h2>
<form action="/form_data" id="case-form" method="POST">
<div class="form-group">
<label for="case_num">Case Number</label>
<label for="case_num">Case Number <small>(ex: CF-1234-5678)</small></label>
<input type="text" class="form-control" id="case_num" name="case_num" placeholder="Enter case number">
</div>
<div class="form-group">
Expand All @@ -99,7 +99,7 @@ <h2>Or Fill Out Form:</h2>
</div>
</section>
<!--FAQs-->
<section id="faq">
<section id="faq" class="CBLtBgClr">
<div class="container">
<h2 class="center">Frequently Asked Questions</h2>
<br>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h4>8. How do I contact the people behind CourtBot?</h4>
</div>
</section>
<!--Credits-->
<section class="CBLtBgClr">
<section>
<div id="sponsor-logo" class="container text-center ">
<h3>Brought to you by</h3>
<br>
Expand Down

0 comments on commit e34e347

Please sign in to comment.