From 093dd28cf947fc7fa729d1900e94e52a458fb747 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Mon, 13 Jan 2020 00:27:11 +0100 Subject: [PATCH] adding function to reshuffle the front page words at every refresh --- static/css/style.css | 1 + templates/layout.html | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 44e0352..d498d77 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -112,6 +112,7 @@ div.home { /* padding: 5em 5em 1em 7.5em; */ text-align: justify; font-size: 0.8em; + display: none; } div.homepage{ padding: 0 0 5em 0; diff --git a/templates/layout.html b/templates/layout.html index ea499fd..deca722 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -7,6 +7,30 @@