Mercurial > code > home > repos > video
view src/main.css @ 42:1d2c65d260d1
factor out breadcrumbs
author | drewp@bigasterisk.com |
---|---|
date | Thu, 05 Dec 2024 21:34:00 -0800 |
parents | 44bd161e4779 |
children | c2c51aae3e31 |
line wrap: on
line source
* { font-family: sans-serif; } body { margin: 0; height: 100vh; background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%) !important; color: white; } header { background: rgb(247 112 31 / 44%); border-bottom: 3px solid black; display: flex; align-items: center; } footer { background: rgb(247 112 31 / 44%); border-top: 3px solid black; display: flex; align-items: center; margin-top: 3em; padding: 6px; } header img { height: 50px; vertical-align: middle; } h1, h2, h3, a { color: white; }