繁体   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