From 63e43d1a9b880c92d73b7ec97b596c38d3e758e2 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 25 Nov 2022 21:01:20 +0800 Subject: Add root page. --- docker/crupest-nginx/sites/www/src/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docker/crupest-nginx/sites/www/src/style.css (limited to 'docker/crupest-nginx/sites/www/src/style.css') diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css new file mode 100644 index 0000000..6021c6c --- /dev/null +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -0,0 +1,24 @@ +html { + width: 100%; +} + +body { + width: 100%; + margin: 0; + padding: 0 2em; +} + +#color-strip-container { + width: 100%; + height: 36px; +} + +.color-strip-block { + display: inline-block; + width: 10%; + height: 100%; + line-height: 36px; + vertical-align: middle; + text-align: center; + color: white; +} -- cgit v1.2.3