Mercurial > code > home > repos > front-door-display
view src/main.css @ 13:deb0c25655eb
cleanup, add FdClock and Countdown
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Jun 2024 16:39:51 -0700 |
parents | 33178e5e356e |
children | 719c8cc4d8b2 |
line wrap: on
line source
@import url("https://fonts.googleapis.com/css2?family=Acme&family=Oswald&display=swap"); html, body { width: 800px; height: 480px; overflow: hidden; } html { background: gray; } body { background: black; color: #f8f8f2; margin: 0; font-size: 25px; font-family: "Oswald", sans-serif; display: flex; flex-direction: column; } body > * { /*outline: 1px orange solid;*/ } iframe { background: #8bbe9c; display: inline-block; position: fixed; top: 3em; left: 12em; width: 480px; height: 380px; } fd-countdown { position: absolute; left: 405px; top: 52px; }