summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-14 23:44:37 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-14 23:44:37 +0100
commitba9b2a94aaa8876bf479d157e9624afbea976eb7 (patch)
treeb58d6c6651325b01ee880dfa537ef05f9559f6d2 /styles.css
parent4899a332d40bd32f3ce734911810e219c81c2a4b (diff)
downloadwww-ba9b2a94aaa8876bf479d157e9624afbea976eb7.tar.gz
www-ba9b2a94aaa8876bf479d157e9624afbea976eb7.tar.bz2
www-ba9b2a94aaa8876bf479d157e9624afbea976eb7.zip
add green highlight box, make jumbotron screen height
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index b2c028d4..6b6d3c29 100644
--- a/styles.css
+++ b/styles.css
@@ -8,3 +8,11 @@
html {
overflow-y: scroll;
}
+
+.c_acronym {
+ background-color: #c9ffe2;
+}
+
+.c_intro {
+ height: 100vh;
+}