Permalink
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
28 lines (27 sloc) 464 Bytes
html, body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
cursor: none;
}
canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
span {
color: blue;
bottom: 0px;
position: absolute;
right: 0px;
display: none;
font-size: 40pt;
font-weight: bold;
text-align: right;
vertical-align: bottom;
font-family: monospace;
display:none;
}