課程
/前端開(kāi)發(fā)
/Html5
/HTML5+CSS3實(shí)現(xiàn)春節(jié)賀卡
安裝什么插件才能在輸完圖片路徑之后自動(dòng)給圖片補(bǔ)全height和width?
2020-03-11
源自:HTML5+CSS3實(shí)現(xiàn)春節(jié)賀卡 3-2
正在回答
認(rèn)真聽(tīng)課好嘛?不用插件,用css就可以實(shí)現(xiàn)background: url("../images/p1_lantern.png") no-repeat center center;
background-size: 100%;
可參考:https://github.com/ar414-com/web/blob/master/html5cards/css/style.css
Erinnn 提問(wèn)者
舉報(bào)
又逢新春佳節(jié),春節(jié)賀卡搞起來(lái),學(xué)會(huì)HTML5+CSS3實(shí)現(xiàn)春節(jié)賀卡
1 回答安裝什么插件才會(huì)提示后面的height和width.......
2 回答PS自動(dòng)切圖
2 回答移動(dòng)端web可以不寫(xiě)<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1">嗎
1 回答自動(dòng)翻轉(zhuǎn)異常
2 回答唱片轉(zhuǎn)動(dòng)問(wèn)題
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-03-12
認(rèn)真聽(tīng)課好嘛?不用插件,用css就可以實(shí)現(xiàn)
background: url("../images/p1_lantern.png") no-repeat center center;
background-size: 100%;
可參考:https://github.com/ar414-com/web/blob/master/html5cards/css/style.css