Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fitzgerlard/gnarcars
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-to-n committed Jan 26, 2014
2 parents f7950d3 + 71624bf commit 372a688
Showing 1 changed file with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,36 @@
{% block body %}
<html lang="en">

<h3 class="form-signin-heading">Thank you for joining the event!</h3>
<br/>
<h4 class="form-signin-heading">You will receive an email when a driver is available.</h4>
<style type="text/css">
.form-signin-heading{
color:#ffffff;
font-size: 50px;
border-radius: 12px;
margin-top: 120px;
margin-left: 360px;
text-align: center;
text-shadow: 2px 3px 2px #101010;
max-width: 600px;
}
.form-signin-followup{
color:#ffffff;
font-size: 30px;
border-radius: 12px;
margin-left: 360px;
text-align: center;
text-shadow: 2px 3px 2px #101010;
max-width: 600px;
}
</style>

<div class="form-signin-heading">
Thank you for joining the event!
</div>
<div class="form-signin-followup">
<br/>
You will receive an email when a driver is available.
</div>
</html>
{% endblock %}

0 comments on commit 372a688

Please sign in to comment.