-
二个属性值:第一个值代表"上下",第二个属性值代表"左右"查看全部
-
三个属性值: 第一个值代表"上",第二个值代表"左右",第三个值代表"下"查看全部
-
组成盒子模型的4部分查看全部
-
当父包含块缩成一条时,用clear:both方法清除浮动无效,他一般用于紧邻在后面的元素的清除浮动。查看全部
-
2 width:100%+overflow:hidden;查看全部
-
清楚浮动的常用方法 1 为元素设置clear属性赋值both;查看全部
-
自动居中一列布局需要设置 margin 左右值设置为 auto,而且一定要设置width为一个定值查看全部
-
从第一层到第五层依次为:border、content+padding、background-image、background-color、margin。查看全部
-
页面布局自动居中:设置包裹层包围 设置样子如下 { margin:0 auto; } 设置了自动居中 不让在设置绝对定位position float查看全部
-
盒子模型的尺寸=边框+外边距+内边距+盒子中的内容尺寸查看全部
-
* 代表所有元素查看全部
-
样式追加: 如:<div class="content book">查看全部
-
盒子的3D模型(共5层): 从上到下依次是:border、content+padding、background-image、background-color、margin。查看全部
-
盒子模型的尺寸= 边框+外边距+内边距+盒子内容的尺寸查看全部
-
盒子3d模型 从上而下分别为1 border 2 content+padding 3 background-image 4background-color 5 margin查看全部
举报
0/150
提交
取消