diff --git a/static/stats.css b/static/stats.css index e69de29..be0d2d3 100644 --- a/static/stats.css +++ b/static/stats.css @@ -0,0 +1,47 @@ +body { + background-color: #F4EBE8; + font-family: Roboto Mono, monospace; + font-size:20px; + padding-top: 200px; + padding-left: 120px; + padding-right: 120px; +} + +#statbody { + display: flex; +} + +.statcontainer { + display: inline-block; + width: 50%; + padding: 20px; + align-items: center; +} +.counter { + display: flex; + width: 100% +} + +.box { + display: inline-block; + width: 40%; + text-align: center; + padding: 20px; + +} + +.number { + font-size: 72px; +} + +#graphs { + width: 100%; +} + +.image{ + display: inline-block; + width: 100%; +} +#counter { + display: inline-block; +} diff --git a/templates/statistics.html b/templates/statistics.html new file mode 100644 index 0000000..e6afcb6 --- /dev/null +++ b/templates/statistics.html @@ -0,0 +1,17 @@ + + + + + + + + + {{ page.name }} + + + +

{{ page.name }}

+
{{ body|safe }}
+ + +