Mercurial > code > home > repos > front-door-display
view src/main.css @ 16:719c8cc4d8b2
electricity report
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Jun 2024 17:52:46 -0700 |
parents | deb0c25655eb |
children | 472003015880 |
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; } fd-electricity { position: absolute; left: 402px; top: 250px; }