左右置中:

.centered {
  width: 800px;
  margin: auto;
}

上下左右置中:

.centered {
  width: 800px;
  margin: auto;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
文章標籤
全站熱搜
創作者介紹
創作者 Forth 的頭像
Forth

不就是個blog

Forth 發表在 痞客邦 留言(0) 人氣(0)