Mercurial > code > home > repos > video
comparison src/main.css @ 38:0aea9e55899b
hack in path router - dirs kind of work; putting a video in the path doesn't
author | drewp@bigasterisk.com |
---|---|
date | Wed, 04 Dec 2024 21:50:16 -0800 |
parents | 1a9a8af1aa19 |
children | 44bd161e4779 |
comparison
equal
deleted
inserted
replaced
37:7cacfae58430 | 38:0aea9e55899b |
---|---|
4 | 4 |
5 body { | 5 body { |
6 margin: 0; | 6 margin: 0; |
7 height: 100vh; | 7 height: 100vh; |
8 background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%) !important; | 8 background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%) !important; |
9 color: white; | |
10 } | |
11 | |
12 header { | |
13 background: rgb(247 112 31 / 44%); | |
14 } | |
15 | |
16 header img { | |
17 height: 50px; | |
18 vertical-align: middle; | |
9 } | 19 } |
10 | 20 |
11 h1, | 21 h1, |
12 h2, | 22 h2, |
13 h3, | 23 h3, |