Skip to content

Instantly share code, notes, and snippets.

View roncioso's full-sized avatar
😴
I may be slow to respond.

Luca roncioso

😴
I may be slow to respond.
  • Amsterdam, The Netherlands
View GitHub Profile
@roncioso
roncioso / jsbin.oxuyop.css
Created November 25, 2013 22:59 — forked from anonymous/jsbin.oxuyop.css
center vertically
html,body{
height: 100%;
text-align: center;
}
.inliner {
height: 100%;
}
.inliner,
// 1: how could you rewrite the following to make it shorter?
if (foo) {
bar.doSomething(el);
} else {
bar.doSomethingElse(el);
}