Skip to content

Instantly share code, notes, and snippets.

View ryanlombardo's full-sized avatar

Ryan Lombardo ryanlombardo

View GitHub Profile

Questions of the Week

  • Best close encounter with a celebrity?
  • Do you consider cereal a soup?
var BuzzFeed = {
create : function(core, moduleSelector) {
var Container = core.dom.query('#' + moduleSelector);
return {
find : function(selector) {
return Container.query(selector);
}
};
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
html, body {
margin: 0;
padding: 0;