Skip to content

Instantly share code, notes, and snippets.

@praveen-me
Created September 20, 2018 17:06
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 praveen-me/5c4a8715a460d325b6fbecec735ea282 to your computer and use it in GitHub Desktop.
Save praveen-me/5c4a8715a460d325b6fbecec735ea282 to your computer and use it in GitHub Desktop.
Chrome Extension Blog
/* Time Block CSS */
.time_block {
text-align: center;
font-size: 5rem;
}
.time_block h1 {
margin: 1rem 0;
}
<!-- Block for time -->
<div class="time_block">
<h1 class="time"><span id="hour"></span> : <span id="minutes"></span></h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment