Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created January 5, 2020 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/c2f3aa03f44d6878d403b3c2861e7962 to your computer and use it in GitHub Desktop.
Save ssaurel/c2f3aa03f44d6878d403b3c2861e7962 to your computer and use it in GitHub Desktop.
Hexadecimal Color Clock Tutorial on the SSaurel's Blog
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap"
rel="stylesheet">
<style>
#hexatime {
width: 300px;
text-align: center;
margin: 0 auto;
margin-top: 500px;
font-size: 60px;
font-weight: bold;
font-family: 'Roboto Condensed', sans-serif;
}
</style>
<script type="text/javascript">
// JavaScript code to write ...
</script>
</head>
<body>
<div id="hexatime">#851AF2</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment