1. 程式人生 > >CSS 絕對居中方案

CSS 絕對居中方案

body tom col margin gin span auto posit right

.Absolute-Center {  
  margin: auto;  
  position: absolute;  
  top: 0; left: 0; bottom: 0; right: 0;  
}  

CSS 絕對居中方案