aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-06-25 23:19:22 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-06-25 23:19:22 +0530
commitf70e376482efcec78f031d80bb788e6fca65470d (patch)
tree660f184dff0ad708961bd33a4baafbf0a9767fe8 /app/templates/base.html
parent100f1d8b55bd21b3fe05f6330d0a00da4929b8f8 (diff)
added image as header background, updated about page
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 7711512..1567d82 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -38,9 +38,9 @@
</ul>
</div>
</nav>
- <header class="jumbotron jumbotron-fluid">
+ <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg.png')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<div class="container">
- <h1>Curie Web</h1>
+ <h1 style="color: white;">Curie Web</h1>
</div>
</header>
<main>