Skip to content

Instantly share code, notes, and snippets.

@cosinekitty
Created January 14, 2020 02:15
Show Gist options
  • Save cosinekitty/f76a782a947a14af94fe7bcc2859aea4 to your computer and use it in GitHub Desktop.
Save cosinekitty/f76a782a947a14af94fe7bcc2859aea4 to your computer and use it in GitHub Desktop.
CSS code for harmonograph simulator.
html, body {
/* Fit rendered page to screen layout */
top:0;
bottom:0;
left:0;
right:0;
position:fixed;
}
.HarmonographCanvas {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment