Skip to content

Instantly share code, notes, and snippets.

@eliottha
Created December 7, 2017 18:59
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 eliottha/9de7488afba4eaf25eb5055fc33f3363 to your computer and use it in GitHub Desktop.
Save eliottha/9de7488afba4eaf25eb5055fc33f3363 to your computer and use it in GitHub Desktop.
div {
position:relative;
margin:80px;
width:220px; height:220px;
}
canvas {
display: block;
position:absolute;
top:0;
left:0;
}
span {
color:#555;
display:block;
line-height:220px;
text-align:center;
width:220px;
font-family:sans-serif;
font-size:40px;
font-weight:100;
margin-left:5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment