frankyonnetti
7/7/2013 - 9:12 PM

#css center absolute positioning

#css center absolute positioning

#id_name {
  width: 140px; /* block width */
  margin-left: -70px; /* half of block width */
  position: absolute;
  top: 0px;
  left: 50%;
}