簡體   English   中英

Div以5px邊距為中心 - 左,右,上和下

[英]Div centered with 5px margin-left, right, top and bottom

我想制作一個居中(水平和垂直)的div。 它應該隨屏幕改變大小,但是周圍有5個像素邊距。

#thediv {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM