D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
vlandham
Full window
Github gist
Bad Conference Question Bingo
Bad Conference Question Bingo.
Because you should still have fun with bad conference questions.
<!DOCTYPE html> <head> <meta charset="utf-8"> <link href="https://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet"> <link rel="stylesheet" href="style.css"> </head> <body> <div class='container'> <h1>Bad Conference Question Bingo</h1> <div id="card"></div> </div> <script src="d3.js"></script> <script src="tabletop.js"></script> <script src="main.js"></script> </body>