From 776674cb3e42353bbfa3658bfe6bed01a74ba791 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 9 Dec 2015 06:52:23 +0100 Subject: [PATCH] [enh] allow to add text --- static/css/style-page.css | 9 +++++++++ templates/sections/text.html | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 templates/sections/text.html diff --git a/static/css/style-page.css b/static/css/style-page.css index b241807..352f463 100644 --- a/static/css/style-page.css +++ b/static/css/style-page.css @@ -90,6 +90,15 @@ section { min-width: 15px; } +.text { + text-align: center; + font-size: 25px; + margin-left: 15%; + margin-right: 15%; + color: #333; + margin-bottom: 3em; +} + footer { margin-top: 7em; text-align: center; diff --git a/templates/sections/text.html b/templates/sections/text.html new file mode 100644 index 0000000..65e1121 --- /dev/null +++ b/templates/sections/text.html @@ -0,0 +1,3 @@ +
+ {{ section.text }} +