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

为什么盒中填充内容box1不会居中,总是在盒子的一角?

<!DOCTYPE HTML>

<html>

<head>

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

<title>边距</title>

<style type="text/css">

div{

    width:300px;

    height:300px;

border:1px solid red;

}

#box1{margin-bottom:30px;

}

</style>

</head>

<body>

    <div id="box1">box1</div>

    <div id="box2">box2</div>   

</body>

</html>



正在回答

4 回答

我的出现了哦,你在看看你的代码

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

要想居中可以使用 margin:0 auto;

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

weibo_聪明虾虾_0 提问者

#box1{ margin:0 auto; } 这样只能让整个盒子居中,里面的box1(字体)还是在左上角。我想不明白为什么在padding margin border都是均匀的时候,盒子里的内容box1为什么不会出现在中心
2015-07-22 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么盒中填充内容box1不会居中,总是在盒子的一角?

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