summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 19651da..4a1dbf5 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -55,8 +55,10 @@ body {
left: 12px;
font-weight: bold;
}
-#say {
+.say {
color: white;
+}
+#say {
width: 750px;
height: 90px;
position: absolute;
@@ -164,9 +166,17 @@ input[type="checkbox"]:checked + span:before {
}
#nvlsay {
padding: 15px 35px;
- color: white;
}
.nvl-block {
display: block;
margin: 10px 8px;
}
+#centered {
+ width: 100%;
+ text-align: center;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ height: 0;
+ margin: auto;
+}