aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/src/style.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-25 21:01:20 +0800
committercrupest <crupest@outlook.com>2022-11-25 21:01:20 +0800
commit63e43d1a9b880c92d73b7ec97b596c38d3e758e2 (patch)
treea6471b125c744a8bf1672ea4ce3e68ad586487ad /docker/crupest-nginx/sites/www/src/style.css
parent1534dcba89c244acbb830b77670c83b5d0e40a76 (diff)
downloadcrupest-63e43d1a9b880c92d73b7ec97b596c38d3e758e2.tar.gz
crupest-63e43d1a9b880c92d73b7ec97b596c38d3e758e2.tar.bz2
crupest-63e43d1a9b880c92d73b7ec97b596c38d3e758e2.zip
Add root page.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src/style.css')
-rw-r--r--docker/crupest-nginx/sites/www/src/style.css24
1 files changed, 24 insertions, 0 deletions
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;
+}