您现在的位置是:课程教程文章

css margin:auto的填充规则

2023-12-14 20:09课程教程文章 人已围观

说明

1、如果一侧定值,包括不设定值取默认值0的情况,一侧auto,则auto为剩余空间大小。

2、如果两侧均是auto,则平分剩余空间。

实例

<style>
.father{
width:300px;
background-color:#f0f3f9;
}
.son{
width:200px;
height:120px;
margin-right:80px;
margin-left:auto;
background-color:#cd0000;
}
</style>

<div>
<div></div>
</div>

以上就是css margin:auto的填充规则,希望对大家有所帮助。更多css学习指路:css教程

本文教程操作环境:windows7系统、css3版,DELL G3电脑。

课程教程:css margin:auto的填充规则

上一篇:iphone怎么设置代理服务器?

下一篇:没有了

站点信息

  • 文章统计篇文章