summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-06 23:14:47 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-06 23:33:17 +0100
commit8fcb1b8e6d6481d582f63879df5035b2c22bdf21 (patch)
tree7474555a2a3d521eb8c7dc5dc4f1b028e6afb589 /index.css
parent5a65d60ab3baaabbd1272fa0fefba44150d321e2 (diff)
downloadquatuorbellefeuille.com-8fcb1b8e6d6481d582f63879df5035b2c22bdf21.tar.xz
Add an index
About time.
Diffstat (limited to 'index.css')
-rw-r--r--index.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/index.css b/index.css
new file mode 100644
index 0000000..1573745
--- /dev/null
+++ b/index.css
@@ -0,0 +1,25 @@
+main {
+ position: relative;
+ background: #a33;
+}
+
+#next-concert {
+ position: absolute;
+ bottom: 4%;
+ height: 20ex;
+ width: 10em;
+ text-align: center;
+ background: no-repeat center/contain url('calendar.svg');
+}
+
+#next-concert a {
+ position: relative;
+ top: 48%;
+ color: #eee;
+ text-decoration: none;
+}
+
+#next-concert a #day {
+ font-size: 180%;
+ font-weight: bold;
+}