Mercurial > code > home > repos > front-door-display
diff src/scheduleLcd.css @ 3:045013c772ed
vite paths; mockup of lcd page
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 17:24:18 -0800 |
parents | |
children | d97a5930db7e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/scheduleLcd.css Tue Mar 05 17:24:18 2024 -0800 @@ -0,0 +1,11 @@ +html, +body { + width: 320px; + height: 320px; + font-size:22px; +} +.area { + border:1px solid gray; + background: rgb(50, 48, 48); + position:absolute; +} \ No newline at end of file