summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/index.css')
-rw-r--r--stylesheets/index.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/stylesheets/index.css b/stylesheets/index.css
new file mode 100644
index 0000000..94e2d57
--- /dev/null
+++ b/stylesheets/index.css
@@ -0,0 +1,35 @@
+body {
+ background-color: #a33;
+}
+
+main {
+ position: relative;
+}
+
+#next-concert {
+ position: absolute;
+ bottom: 4%;
+ height: 20ex;
+ width: 10em;
+ text-align: center;
+ background: no-repeat center/contain url('/images/calendar.svg');
+}
+
+#next-concert a {
+ display: inline-block;
+ width: 100%;
+ height: 100%;
+ text-decoration: none;
+}
+
+#next-concert p {
+ position: relative;
+ top: 48%;
+ margin: 0;
+ color: #eee;
+}
+
+#next-concert #day {
+ font-size: 180%;
+ font-weight: bold;
+}