summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-07 19:20:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-08 19:56:29 +0100
commit40d193b330443ea074f42674ed18f463fc8e422e (patch)
treec3abfa115f38923afbadea6d38b4da0ca5e8e7ef /index.css
parent0990b4df19b1e8c42c8a1c22fc77fb9e836b379c (diff)
downloadquatuorbellefeuille.com-40d193b330443ea074f42674ed18f463fc8e422e.tar.xz
Move images and stylesheets in subfolders
Diffstat (limited to 'index.css')
-rw-r--r--index.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/index.css b/index.css
deleted file mode 100644
index 56c94ba..0000000
--- a/index.css
+++ /dev/null
@@ -1,35 +0,0 @@
-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('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;
-}