That might just be the first time Steve Reich has been mentioned in relation to Gangnam Style!
ps To the author/s (if you end up seeing this): was there a reason you didn't center the content on the page? Might look a little better. Just a suggestion :)
magenta - I spent about 10 minutes trying to center it all, but I couldn't get Raphael.js to behave, so since it was a weekend hack, I moved on. But yes, it would look much nicer if it was centered, even more so if a designer did the design ...
Comments
This is fantastic. Steve Reich would be proud.
That might just be the first time Steve Reich has been mentioned in relation to Gangnam Style!
ps To the author/s (if you end up seeing this): was there a reason you didn't center the content on the page? Might look a little better. Just a suggestion :)
magenta - I spent about 10 minutes trying to center it all, but I couldn't get Raphael.js to behave, so since it was a weekend hack, I moved on. But yes, it would look much nicer if it was centered, even more so if a designer did the design ...
body { width: 730px; margin: 0 auto; }
does the trick.
yep, that did it, thanks much yuchi!
Actually you should also correct some internal width that causes the whole page to overflow horizontally, causing a useless scrollbar.