Adjusted CSS, added background

This commit is contained in:
2019-07-05 22:40:05 +01:00
parent dd3ba8cec8
commit 6392a582a5
4 changed files with 52 additions and 6 deletions

View File

@@ -1,14 +1,21 @@
{% extends "bootstrap/base.html" %}
{% block styles %}
{{super()}}
<link rel="stylesheet"
href="{{url_for('static', filename='mystyle.css')}}">
{% endblock %}
{% block title %}Wigan Homebrew Club Competition Entry{% endblock %}
{% block content %}
<div class="container">
<div class="jumbotron text-center">
<h2>Wigan Homebrew Club Competition Entry</h2>
<div class="jumbotron text-center" id="my-jumbotron">
<h2 class="my-title">Wigan Homebrew Club Competition Entry</h2>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<div class="col-md-8 content-div">
<p>The next competition brew will be a <strong>{{ brew_name }}</strong>. It will be judged at the meeting in <strong>{{ brew_month }}</strong></p>
<br/>
<p>If you would like to enter the competition, please enter your name below to generate a letter/number that will be used to identify your entry</p>