Add background image

This commit is contained in:
Kevin Alberts 2018-03-06 15:06:01 +01:00
parent f27f2078dd
commit c6d970e4a7
5 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -1,3 +1,4 @@
{% load staticfiles %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -26,6 +27,11 @@
<!-- End Piwik Code --> <!-- End Piwik Code -->
{% endif %} {% endif %}
<style type="text/css"> <style type="text/css">
html {
background: url("{% static "background2.jpg" %}");
}
html, body { html, body {
height: 100%; height: 100%;
font-family: OpenSans, Verdana, sans-serif; font-family: OpenSans, Verdana, sans-serif;

View file

@ -1,3 +1,4 @@
{% load staticfiles %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -26,6 +27,11 @@
<!-- End Piwik Code --> <!-- End Piwik Code -->
{% endif %} {% endif %}
<style type="text/css"> <style type="text/css">
html {
background: url("{% static "background2.jpg" %}");
}
html, body { html, body {
height: 90%; height: 90%;
font-family: OpenSans, Verdana, sans-serif; font-family: OpenSans, Verdana, sans-serif;

View file

@ -1,3 +1,4 @@
{% load staticfiles %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -26,6 +27,11 @@
<!-- End Piwik Code --> <!-- End Piwik Code -->
{% endif %} {% endif %}
<style type="text/css"> <style type="text/css">
html {
background: url("{% static "background2.jpg" %}");
}
html, body { html, body {
height: 90%; height: 90%;
font-family: OpenSans, Verdana, sans-serif; font-family: OpenSans, Verdana, sans-serif;