Skip to content

Instantly share code, notes, and snippets.

@jcarpenter
Created May 27, 2015 16:17
Show Gist options
  • Save jcarpenter/91c54a002e2de27ebfcf to your computer and use it in GitHub Desktop.
Save jcarpenter/91c54a002e2de27ebfcf to your computer and use it in GitHub Desktop.
/* Positional testing with circle */
#circle {
width: 2cm;
height: 2cm;
border-radius: 50%;
border: 0.4cm dashed red;
display: none;
}
*:-moz-full-screen #circle {
transform: translate3d(-50%, -50%, -30cm);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment