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

为什么显示不出来边框呢

http://img1.sycdn.imooc.com//58ba98fe0001edf206780469.jpg

不知道为什么一直没有边框显示

正在回答

4 回答

height,padding—left结尾是分号,而且<style>最好写成<style type="text/css">

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

因为你height和padding—left哪里是冒号,不是分号.......

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

<style type="text/css">

    .myBox{

        width:200px;

        height:180px;

        border:1px solid red;

        padding-left:15px;

        margin-top:10px;

    }

</style>


</head>     

<body>

<div class="myBox">Hello World</div>

</body>

</html> 

你试试这个代码

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

举报

0/150
提交
取消

为什么显示不出来边框呢

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