課程
/前端開發(fā)
/HTML/CSS
/從 psd 到 html
有人有源碼嗎
2018-04-29
源自:從 psd 到 html 2-1
正在回答
<!DOCTYPE?html> <html?lang="en"> <head> ????<meta?charset="UTF-8"> ????<title>Title</title> ????<link?rel="stylesheet"?href="css/reset.css"/> ????<link?rel="stylesheet"?href="css/common.css"/> ????<link?rel="stylesheet"?href="css/index.css"/> </head> <body> ????<div?class="public-header"> ????????<div?class="public-container"> ????????????<div?class="header-logo"><a?href="img"></a>?</div> ????????????<ul?class="header-nav"> ????????????????<li?class="item"><a?href="">Our?Story</a>?</li> ????????????????<li?class="item"><a?href="">Menu</a>?</li> ????????????????<li?class="item"><a?href="">Reservations</a>?</li> ????????????????<li?class="item"><a?href="">News</a>?</li> ????????????????<li?class="item"><a?href="">Rviews</a>?</li> ????????????</ul> ????????</div> ????</div> ????<div?class="index-banner"></div> ????<div?class="public-container?index-list"></div> ????<div?class="public-container?index-panel"> ????????<div?class="index-panel-header">Featured?Dishes</div> ????</div> ????<div?class="public-container?index-panel"> ????????<div?class="index-panel-header">The?Gallery</div> ????</div> ????<div?class="public-footer"> ????????<div?class="public-container"> ????????????<div?class="footer-col"> ????????????????<p>New?York?Restaurant<br>3926?Anmoore?Road<br>?New?York,?NY?10014<br><a?href="tel?718-749-1714">718-749-1714</a></p> ????????????</div> ????????????<div?class="footer-col"> ????????????????<p>France?Restaurant<br>68,?rue??de?la?Couronne<br>75002?PARIS<br>02.94.23.69.56</p> ????????????</div> ????????????<div?class="footer-col"> ????????????????<a?href="">Blog</a> ????????????????<a?href="">Careers</a> ????????????????<a?href="">Privacy?Policy</a> ????????????????<a>Contact</a> ????????????</div> ????????????<div?class="footer-col"> ????????????????<div?class="footer-logo"></div> ????????????????<div?class="footer-info">??All?Rights?Reserved?2014.<br>Find??More?at?Pixelhint.com</div> ????????????</div> ????????</div> ????</div> </body> </html>
車水 提問(wèn)者
舉報(bào)
教你把PSD設(shè)計(jì)稿轉(zhuǎn)化成HTML,用案例來(lái)講解基本流程
1 回答請(qǐng)問(wèn)有源碼嗎???
2 回答有代碼 源文件嗎?
1 回答有源代碼給我學(xué)習(xí)嗎?
1 回答有沒有這個(gè)例子的源碼啊?
3 回答只有我一個(gè)人用老師的方法切不到圖嗎?????
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)
2018-04-29