view src/scheduleLcd.css @ 21:a90cb6927c7d default tip

fix countdown queries. Display "now" instead of "In -0.4 hours"
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 17:47:36 -0700
parents affb3c8f3f58
children
line wrap: on
line source

html,
body {
  width: 480px;
  height: 320px;
  font-size: 25px;
  position: relative;
  background: url(check.png);
}
.area {
  border: 1px solid gray;
  background: rgb(39, 45, 103, .9);
  position: absolute;
  box-shadow: 5px 5px 20px black;
}