added blurred image

This commit is contained in:
Navan Chauhan 2020-06-25 23:28:56 +05:30
parent f70e376482
commit 0cd29e19d9
2 changed files with 1 additions and 1 deletions

BIN
app/static/bg_blur.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -38,7 +38,7 @@
</ul>
</div>
</nav>
<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;">
<header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg_blur.jpg')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<div class="container">
<h1 style="color: white;">Curie Web</h1>
</div>