Skip to content

Instantly share code, notes, and snippets.

@colingourlay
Created December 8, 2015 13:39
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 colingourlay/e7a5786647b027c485bb to your computer and use it in GitHub Desktop.
Save colingourlay/e7a5786647b027c485bb to your computer and use it in GitHub Desktop.
Poker Chip Values
data:text/html, <style>body{font-size:6rem;font-family:sans-serif;text-align:center;}div{display:inline-block;margin:2rem;width:10rem;height:10rem;line-height:10rem;padding:2rem;border-radius:50%;border:0.5rem solid black;}div+div{background-color:blue;color:white;}div+div+div{background-color:red;}div+div+div+div{background-color:black;}p{text-align:center;}</style><div>25</div><div>50</div><div>100</div><div>500</div><p>Total: $10,000</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment