Set background picture to cover

This commit is contained in:
stephan 2020-02-20 10:32:02 +01:00
parent 5b0c6a86d7
commit 7744232e5c
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<style>
main {
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
background-repeat: no-repeat;
background-size: cover;
}
</style>

View File

@ -4,6 +4,8 @@
<style>
main {
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
background-repeat: no-repeat;
background-size: cover;
}
</style>