diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 25 |
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; +} |
