左右置中:
.centered {
width: 800px;
margin: auto;
}
上下左右置中:
.centered {
width: 800px;
margin: auto;
height: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}文章標籤
全站熱搜
左右置中:
.centered {
width: 800px;
margin: auto;
}
上下左右置中:
.centered {
width: 800px;
margin: auto;
height: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}