Skip to content

Instantly share code, notes, and snippets.

@ackuser
Forked from JosephSilber/dabblet.css
Created December 14, 2021 16:38
Show Gist options
  • Save ackuser/112b0bec87cf98e0be4dcc59c55a2a0f to your computer and use it in GitHub Desktop.
Save ackuser/112b0bec87cf98e0be4dcc59c55a2a0f 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