1
我想製作一個居中(水平和垂直)的div。它應該改變屏幕尺寸,但周圍有5個像素邊距。Div以5px margin-left,right,top和bottom爲中心
我想製作一個居中(水平和垂直)的div。它應該改變屏幕尺寸,但周圍有5個像素邊距。Div以5px margin-left,right,top和bottom爲中心
#thediv {
position: absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
}