From 9ccfbf95538d67f692cca918993b8181fe12c95c Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 15 Feb 2023 21:20:44 +0800 Subject: Update www page. --- docker/crupest-nginx/sites/www/src/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'docker/crupest-nginx/sites/www/src') 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; +} -- cgit v1.2.3