Websocket clock server web interface written in ReactJS/TypeScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627
  1. .ClockDisp {
  2. text-align: center;
  3. }
  4. .ClockTime {
  5. font-size: 5em;
  6. margin-bottom: 0px;
  7. }
  8. .ClockNumber {
  9. font-weight: normal;
  10. }
  11. .ClockTimeSep {
  12. vertical-align: .1em;
  13. }
  14. .ClockDate {
  15. font-size: 3em;
  16. }
  17. .ClockTz {
  18. font-size: 1.5em;
  19. font-style: italic;
  20. }