From 40d193b330443ea074f42674ed18f463fc8e422e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 7 Feb 2021 19:20:16 +0100 Subject: Move images and stylesheets in subfolders --- index.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 index.css (limited to 'index.css') 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; -} -- cgit v1.2.3