Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 611 Bytes

#Fullscreen Clock

Its a clock. Amazing. I know.

##Usage

Open the index.html file with a browser. Done.

You can find a hosted version here.

#####But wait! There is more!

######Parameters:

  • bg: background color
  • fg: text color

######Examples:

  • index.html?bg=red&fg=blue - red background and blue text (even if I'd not recommend to use this color combination)
  • index.html?bg=%231A9096&fg=%234D4D4D - you can use hex colors too
  • index.html?bg=rgb(255,25,0)&fg=rgb(77,77,77) - or rgb
  • index.html?bg=r&fg=r - fancy rainbow background/text