sonhung
12/12/2013 - 4:33 AM

div format From http://stackoverflow.com/questions/5703552/css-center-text-horizontal-and-vertical-inside-a-div-block

div {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;       /* the same as your div height */
}