From 8fcb1b8e6d6481d582f63879df5035b2c22bdf21 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 6 Dec 2020 23:14:47 +0100 Subject: Add an index About time. --- index.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index.css (limited to 'index.css') 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; +} -- cgit v1.2.3