Changes
Page history
Update Custom CSS
authored
Oct 08, 2020
by
Armin Bernstetter
Show whitespace changes
Inline
Side-by-side
Templating/Custom-CSS.md
View page @
70680f16
...
...
@@ -22,7 +22,7 @@ div.slides {
If you want to include a background image on
**all**
slides, e.g. the Uni Würzburg banner you can do this by adding the following code to the CSS file
```
```
css
body
{
background
:
url
(
"assets/title-banner-jmu.jpg"
);
background-size
:
contain
;
...
...
...
...