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. --- calendar.svg | 2 ++ index.css | 25 +++++++++++++++++++++++++ index.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 calendar.svg create mode 100644 index.css create mode 100644 index.html diff --git a/calendar.svg b/calendar.svg new file mode 100644 index 0000000..1c2ec99 --- /dev/null +++ b/calendar.svg @@ -0,0 +1,2 @@ + + 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; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..f5d6dae --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ + + + + + Bienvenue - Quatuor Camelot + + + + + + +
+ +
+ + + + + + -- cgit v1.2.3