aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-02-15 21:20:44 +0800
committercrupest <crupest@outlook.com>2023-02-15 21:20:44 +0800
commit0ba100f1b7be1f8c7743cf69550e0ec5f8a8f2d8 (patch)
treecbda19dbe887ff029b37bf8b7b5c12cd2b8a53b2 /docker/crupest-nginx/sites/www/src
parent7d60c4f80fbce44dae40fabfbf52ddf9d2a1b1ed (diff)
downloadcrupest-0ba100f1b7be1f8c7743cf69550e0ec5f8a8f2d8.tar.gz
crupest-0ba100f1b7be1f8c7743cf69550e0ec5f8a8f2d8.tar.bz2
crupest-0ba100f1b7be1f8c7743cf69550e0ec5f8a8f2d8.zip
Update www page.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src')
-rw-r--r--docker/crupest-nginx/sites/www/src/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css
index 518f44a..528260e 100644
--- a/docker/crupest-nginx/sites/www/src/style.css
+++ b/docker/crupest-nginx/sites/www/src/style.css
@@ -42,3 +42,30 @@ body {
text-align: center;
color: white;
}
+
+#slogan {
+ height: 36px;
+ line-height: 36px;
+ text-align: center;
+ background-color: dodgerblue;
+ font-size: 1.2em;
+ color: white;
+}
+
+.friend-link {
+ display: inline-block;
+}
+
+.friend-img {
+ display: block;
+ width: 80px;
+ height: 80px;
+ object-fit: cover;
+ border-radius: 50%;
+}
+
+.friend-name {
+ display: block;
+ text-align: center;
+ font-size: 1.2em;
+}