aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/src/style.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-17 18:56:50 +0800
committercrupest <crupest@outlook.com>2023-07-17 18:56:50 +0800
commite866c53349b839c3e8bf44a6ff5aa4cb2e44ac76 (patch)
tree96e24e7fc2cd6f84ad632e48a5bc886d51e0fa61 /docker/crupest-nginx/sites/www/src/style.css
parente26541d21e4bc04d71745161a848eba49f52593a (diff)
downloadcrupest-e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76.tar.gz
crupest-e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76.tar.bz2
crupest-e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76.zip
Now we have a bad slogan.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src/style.css')
-rw-r--r--docker/crupest-nginx/sites/www/src/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css
index 6ef26d3..445c783 100644
--- a/docker/crupest-nginx/sites/www/src/style.css
+++ b/docker/crupest-nginx/sites/www/src/style.css
@@ -35,12 +35,19 @@ body {
#slogan {
width: 100%;
- background-color: dodgerblue;
text-align: center;
padding: 0.5em 1em;
box-sizing: border-box;
}
+#slogan.good {
+ background-color: dodgerblue;
+}
+
+#slogan.bad {
+ background-color: orangered;
+}
+
.slogan-text {
display: inline-block;
text-align: initial;
@@ -64,4 +71,4 @@ body {
display: block;
text-align: center;
font-size: 1.2em;
-}
+} \ No newline at end of file