Created
June 8, 2011 07:08
-
-
Save derpixler/1013942 to your computer and use it in GitHub Desktop.
Purple Pacman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
<html> | |
<head> | |
<title>Purple Pacman</title> | |
</head> | |
<style> | |
#pacman{ | |
width: 0px; | |
height: 0px; | |
border-right: 60px solid purple; | |
border-top: 60px solid purple; | |
border-left: 60px solid transparent; | |
border-bottom: 60px solid purple; | |
-moz-border-radius:60px; | |
-webkit-border-radius:60px; | |
border-radius:60px; | |
} | |
</style> | |
<body> | |
<div id="pacman"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pacman {
}
so is der pacman richtig rum :)