The Hardest Program I've Ever Written

1 · Bob Nystrom · Sept. 8, 2015, 7 a.m.
.skull, .skull-note { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; background: hsl(35, 100%, 96%); color: hsl(35, 40%, 50%); padding: 1px; } .skull::before, .skull-note::before { content: "\01f480"; margin-right: -2px; } a.skull { position: relative; top: -0.4em; font-size: 80%; } a.skull:hover, a.skull-note:hover { color: hsl(35, 100%, 30%); } The hardest program I’ve ever written, once you strip out the whitespace, is 3,835 lines long....