为了账号安全,请及时绑定邮箱和手机立即绑定

关于margin居中缩写问题


<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>一列布局改混合三列布局</title>

<style type="text/css">

body{margin:0;padding:0;}

.top{height:200px;background:#00F;}

.main{width:300px;height:800px;background:#0FF;margin:10 auto;}

.bottom{width:300px;height:200px;background:#999;margin:0 auto;}

</style>

</head>

<body>

    <div class="top"></div>

    <div class="main"></div>

    <div class="bottom"></div>

</body>

</html>

在给中间的main居中 时,代码"margin:0 auto"可以使main居中,,我用“margin-top:10px;margin-left:auto;margin-right:auto;”可以居中,还会在main上方空出10px,但是我用“margin:10 auto;”为什么就不能居中了?


正在回答

2 回答

margin:10 auto;   这里,10后面没写单位

margin:10px auto;

0 回复 有任何疑惑可以回复我~
#1

稳稳2 提问者

非常感谢!
2016-10-06 回复 有任何疑惑可以回复我~

截图与问题无关

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

关于margin居中缩写问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信