html div 居中
程序员文章站
2022-05-02 09:53:49
...
居中 div
margin:auto法 这个也可以是定位法。用这个方法要求子级div必须设置宽的值,不然没有效果哦~margin:auto是水平垂直都居中,如果仅仅设置水平居中,可设置为margin:auto 0;同理,如果仅仅设置垂直居中,可设置为margin:0 auto.
<div style="width:1200px; margin:0 auto;">
如果是 <div style="width:100%; margin:0 auto;"> 是不行的
转载于:https://my.oschina.net/ouminzy/blog/1577762
推荐阅读
-
Codeforces Round #266 (Div. 2) B. Wonder Room_html/css_WEB-ITnose
-
鼠标悬浮在超链接上弹出提示框_html/css_WEB-ITnose
-
清除浮动4-插入多余的div_html/css_WEB-ITnose
-
html4画直线不是用的html5技术_html/css_WEB-ITnose
-
求助,关于
- 宽度控制的问题_html/css_WEB-ITnose
-
求教这个网站用了什么模板?_html/css_WEB-ITnose
-
加载 CSS 时不影响页面渲染_html/css_WEB-ITnose
-
9种炫酷CSS3图片预览展示特效_html/css_WEB-ITnose
-
HTML DOM(学习笔记一)_html/css_WEB-ITnose
-
9种样式CSS3 渐变按钮集_html/css_WEB-ITnose