Skip to content

Instantly share code, notes, and snippets.

@ryan2clw
Created August 18, 2019 19:14
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 ryan2clw/f32cf4a10c11b7162d8e1c5acc0f2663 to your computer and use it in GitHub Desktop.
Save ryan2clw/f32cf4a10c11b7162d8e1c5acc0f2663 to your computer and use it in GitHub Desktop.
Bingo css
.ticket-number {
margin: 1px;
color: black;
background: #defffd;
}
.called {
transition: all .5s ease-in-out;
background: #076461;
color:white;
}
.aqua {
background: #41b7b1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment