mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Set background picture to cover
This commit is contained in:
parent
5b0c6a86d7
commit
7744232e5c
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user