Skip to content

Instantly share code, notes, and snippets.

@JosephSilber
Created February 28, 2012 19:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save JosephSilber/1934590 to your computer and use it in GitHub Desktop.
Save JosephSilber/1934590 to your computer and use it in GitHub Desktop.
CSS Pac-Man
/* CSS Pac-Man */
#pacman {
width: 1px;
height: 1px;
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