課程
/前端開發
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
一直沒居中
2020-07-17
源自:初識HTML(5)+CSS(3)-升級版 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;
? ? ? ??
你發過來我給你看看
代碼沒寫好
舉報
HTML(5)+CSS(3)基礎教程8小時帶領大家步步深入學習標簽用法和意義
1 回答為什么這樣寫不能顯示
2 回答這個代碼是什么為啥只顯示4545
2 回答為什么我簡寫了不顯示出來呢
3 回答為什么我學完了卻顯示只學了91%呢……
3 回答為什么這兩幅圖顯示的不一樣
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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
你發過來我給你看看
2020-07-17
代碼沒寫好