derogab / clock

Fullscreen Clock

Home Page:https://derogab.github.io/clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

Fullscreen Clock

https://derogab.github.io/clock

License:MIT License


Languages

Language:CSS 30.0%Language:Shell 28.5%Language:HTML 22.3%Language:JavaScript 19.3%