mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Set background picture to cover
This commit is contained in:
parent
5b0c6a86d7
commit
7744232e5c
@ -4,6 +4,8 @@
|
|||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
|
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
|
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user