課程
/前端開發(fā)
/HTML/CSS
/企業(yè)網(wǎng)站綜合布局實(shí)戰(zhàn)
不知道為什么一直沒有邊框顯示
2017-03-04
源自:企業(yè)網(wǎng)站綜合布局實(shí)戰(zhàn) 2-3
正在回答
height,padding—left結(jié)尾是分號(hào),而且<style>最好寫成<style type="text/css">
因?yàn)槟鉮eight和padding—left哪里是冒號(hào),不是分號(hào).......
<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>?
你試試這個(gè)代碼
舉報(bào)
本課程重點(diǎn)介紹HTML/CSS實(shí)現(xiàn)常見企業(yè)網(wǎng)站布局的方法
2 回答為什么無法顯示出邊框
4 回答是哪里錯(cuò)了?為什么顯示不出邊框
2 回答為什么我的顯示不出來呢?
2 回答麻煩大家看看為什么我的邊框顯示不了呢?
2 回答您好,為什么我的邊框顯示不出來?明明設(shè)置了呀,幫我看看這個(gè)圖片吧!
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2019-01-14
height,padding—left結(jié)尾是分號(hào),而且<style>最好寫成<style type="text/css">
2017-03-14
因?yàn)槟鉮eight和padding—left哪里是冒號(hào),不是分號(hào).......
2017-03-04
<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>?
你試試這個(gè)代碼