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

为何container内容始终不能对齐呢?

<html>

<head>

<meta  charset="utf-8">

<title>隐性改变display类型</title>

<style>

.container a{

position:absolute;

width:200px;

background:#ccc;

display:inline;

}

.container {

text-align:center;


}

</style>

</head>


<body>

<div class="container">

    <a href="#" title="">进入课程请单击这里</a>

</div>

</body>

</html>


正在回答

1 回答

<html>

<head>

<meta  charset="utf-8">

<title>隐性改变display类型</title>

<style>

.container a{

width:200px;

background:#ccc;

margin:20px auto

}


</style>

</head>


<body>

<div class="container">

    <a href="#" title="">进入课程请单击这里</a>

</div>

</body>

</html>


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

举报

0/150
提交
取消

为何container内容始终不能对齐呢?

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