收獲
響應(yīng)式
- 響應(yīng)式的實(shí)現(xiàn):首先是設(shè)計(jì)師設(shè)計(jì)出不同尺寸的頁面摊鸡,前端工程師再根據(jù)頁面來實(shí)現(xiàn)
- CSS @media 的使用方法
@media screen and(min-width: ) and (max-width: ){
// css-code
}
@media screen and(min-width: ) and (max-width: ){
// css-code
}