Thursday, May 26, 2016

make div position center

make div position center

#test {
  z-index: 18005;
  top: calc(50vh - 100px) !important;
  left: calc(50vw - 150px) !important;
  width: calc(20% - 20px);
}

No comments: