課程
/前端開發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
一直沒(méi)居中
2020-07-17
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 15-3
正在回答
.box {
? ? ? ? border: 1px solid #00ee00;
? ? ? ? height: 300px;
? ? ? ? width:300px;
? ? ? ? position:relative;
? ? }
? ? .box1 {
? ? ? ? width: 200px;
? ? ? ? height: 200px;
? ? ? ? border: 1px solid red;
? ? ? ? top:50%;
? ? ? ? left:50%;
? ? ? ? margin-left:-100px;
? ? ? ? margin-top:-100px;
? ? ? ? position:absolute;
? ? ? ??
你發(fā)過(guò)來(lái)我給你看看
代碼沒(méi)寫好
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
1 回答為什么這樣寫不能顯示
2 回答這個(gè)代碼是什么為啥只顯示4545
3 回答為什么我學(xué)完了卻顯示只學(xué)了91%呢……
2 回答為什么我簡(jiǎn)寫了不顯示出來(lái)呢
3 回答為什么這兩幅圖顯示的不一樣
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2020-08-08
.box {
? ? ? ? border: 1px solid #00ee00;
? ? ? ? height: 300px;
? ? ? ? width:300px;
? ? ? ? position:relative;
? ? }
? ? .box1 {
? ? ? ? width: 200px;
? ? ? ? height: 200px;
? ? ? ? border: 1px solid red;
? ? ? ? top:50%;
? ? ? ? left:50%;
? ? ? ? margin-left:-100px;
? ? ? ? margin-top:-100px;
? ? ? ? position:absolute;
? ? ? ??
? ? }
2020-07-17
你發(fā)過(guò)來(lái)我給你看看
2020-07-17
代碼沒(méi)寫好