Skip to content

Instantly share code, notes, and snippets.

@aaronsw
aaronsw / electionnight.html
Created November 4, 2012 17:02
Election Night FiveThirtyEight (538)
<head>
<style>
body { padding: 0; margin: 0; }
#ev { width: 100%; position: fixed; background-color: white; margin: 0; }
#obama_votes, #romney_votes { text-align: center; }
#obama_votes { color: blue; }
#romney_votes { color: red; }
</style>
<script src="electionnight.js"></script>
<script src="http://graphics8.nytimes.com/packages/html/1min/elections/2012/fivethirtyeight/fivethirtyeight-ccol-top.js"></script>