CSS Humor

Hipster Bike Position Fixed Z-Index 1

#hipster {
  .bike {
    position: fixed;
    z-index: 1;
  }
}

From dgraph