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 }} +