From 9f190b4ff1612a7497f528715e02719819f72c52 Mon Sep 17 00:00:00 2001 From: Julie Thezenas <julie@lydra.fr> Date: Fri, 7 Jan 2022 13:32:48 +0000 Subject: [PATCH] feat: common.scss --- Discourse_test/common/common.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Discourse_test/common/common.scss b/Discourse_test/common/common.scss index e69de29..72fa5d3 100644 --- a/Discourse_test/common/common.scss +++ b/Discourse_test/common/common.scss @@ -0,0 +1,14 @@ +.hello-world-banner { + height: 300px; + width: 100%; + background: red; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 1em; +} + +.hello-world { + font-size: 8em; + color: white; +} -- GitLab