Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Minimalist Hex Clock

HTML/CSS/JavaScript 207 183 180 161 152

Tested and working in the latest Firefox and Chrome browsers.

<body id=b onload=setInterval("b.innerHTML=b.bgColor=Date().replace(/.*(..):(..):(..).*/,'#$1$2$3')",0) text=#fff style=position:fixed;top:50%;left:47%>

Demo Here

Tags:

Date

Code Golf

Related

Generate all possible integers Calculate n % 12 Newtons Method by Recursive Quines Help me with differential calculus! Travelling Salesman Random script that isn't actually random Largest number in ten bytes of code DISARM THE B.O.M.B.! Fibonacci program lengths 99 Bottles of beer, 99 languages Make it look like I'm working Fastest player for Dots and Boxes

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy