Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300" rel="stylesheet">
  <title>Colour clock</title>
</head>
<body>
  <div id="clock">12:13:14</div>
</body>
</html>
 
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
#clock {
  text-align: center;
  position: relative;
  top: 50%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 10rem;
  margin-top: -5rem;
  color: #ffd700;
  }
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Timi36pro
0viewers