aszx87410 / frontend-intermediate-course

It's a free online course about some frontend tech including Ajax, CORS, gulp, webpack and so on.
266 stars 88 forks source link

[作業] 繳交hw5 #89

Closed ckchuang-dev closed 7 years ago

ckchuang-dev commented 7 years ago

slack 帳號

dez

哪一個作業

  1. 讓網頁變得更完整:加上 placeholder 與 infinite scroll

作業 Github 連結

https://github.com/DezChuang/frontend-intermediate-course/tree/master/answers/hw5

作業 Github Page 連結

https://dezchuang.github.io/frontend-intermediate-course/answers/hw5/index.html

其他補充說明

https://github.com/DezChuang/frontend-intermediate-course/blob/master/answers/hw5/README.md

aszx87410 commented 7 years ago

寫得很不錯 圖片那邊的問題是因為如果沒有指定圖片大小,就會是原本預設的圖片大小 所以才會顯示的很奇怪,加上 background-size: 100% 就可以了

ckchuang-dev commented 7 years ago

感謝Huli大大再次幫忙debug成功解決我的困擾,css的bug有時候真的摸不著頭緒XD