Skip to content

Instantly share code, notes, and snippets.

@antronic
Last active June 25, 2022 01:02
Show Gist options
  • Save antronic/c6447c350103a16f6a06ce35b71fadf3 to your computer and use it in GitHub Desktop.
Save antronic/c6447c350103a16f6a06ce35b71fadf3 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Progress time</title>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
#wrapper {
width: 100%;
height: 2px;
background: #fafafa;
}
#progress {
width: 100%;
height: 100%;
background: #f00;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="progress"></div>
</div>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment