diff --git a/templates/buy.html b/templates/buy.html index 4509fe9..7a21460 100644 --- a/templates/buy.html +++ b/templates/buy.html @@ -1,8 +1,29 @@ {% extends "layout.html" %} -{% block body %} -
- Username: - -
+{% block style %} +.jumbotron { text-align: center; } +h1.label { + display: inline-block; + margin-bottom: 0.3em; +} +form input, form button { + display: block; + margin: 0 auto; +} +.form-control { + width: 40%; + min-width: 280px; +} +{% endblock %} + +{% block body %} +
+
+
+

What's yer username?

+ + +
+
+
{% endblock %}