Skip to content

Commit

Permalink
Update button
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetpandit7 committed Feb 18, 2021
1 parent 3808f6a commit 54e5e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="h3 mb-3 font-weight-normal">Subscribe to my<br>Flight club</h1>
<input type="text" class="form-control top" placeholder="First name" required autofocus name="fname">
<input type="text" class="form-control middle" placeholder="Last name" required autofocus name="lname">
<input type="email" id="inputEmail" class="form-control bottom" placeholder="Enter email to join" required autofocus name="email">
<button class="btn btn-lg btn-primary btn-block mb-5" type="submit">SEND ME CHEAP FLIGHTS</button>
<button class="btn btn-lg btn-primary btn-block mb-5" type="submit">Get cheap flights</button>
<a class="mb-3 text-muted" href="https://github.com/abhijeetpandit7/">&copy; Abhijeet Pandit</a>
</form>

Expand Down

0 comments on commit 54e5e90

Please sign in to comment.