Hacker News new | ask | show | jobs
by 3dee 1881 days ago
Haven't people been doing this in two lines already?

  .center {
    display: table-cell;
    vertical-align: center;
  }