Skip to content

Instantly share code, notes, and snippets.

@MrPowerGamerBR
Created February 22, 2016 23:59
Show Gist options
  • Select an option

  • Save MrPowerGamerBR/88cf592e10f545a368a2 to your computer and use it in GitHub Desktop.

Select an option

Save MrPowerGamerBR/88cf592e10f545a368a2 to your computer and use it in GitHub Desktop.
.tobyfox {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: pixelated;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment