Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Forked from JosephSilber/dabblet.css
Created February 29, 2012 18:55
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 chriscoyier/1943518 to your computer and use it in GitHub Desktop.
Save chriscoyier/1943518 to your computer and use it in GitHub Desktop.
CSS Pac-Man BUG IN CHROME 17 WINDOWS
/* CSS Pac-Man BUG IN CHROME 17 WINDOWS */
#pacman {
width: 0;
height: 0;
border: 60px solid red;
border-right-color: transparent;
border-radius: 50%;
}
<div id="pacman"></div>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment