Skip to content

Instantly share code, notes, and snippets.

View PremshankarTiwari's full-sized avatar

Premshankar Tiwari PremshankarTiwari

  • Bangalore, India
View GitHub Profile
@PremshankarTiwari
PremshankarTiwari / clockdemo.html
Last active November 5, 2019 09:03
Clock snippet (analog and digital) using only HTML, CSS and JS. Demo: https://466659.playcode.io/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Clock Snippet</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="clock">
<hr id="second-hand">