前端必看面試(CSS/JS/ES5/ES6等等)

CSS篇: 盒模型:javascript 怪異模式:box-sizing = border-box, width = content+padding+border 標準模式:box-sizing = content-box, width = content 垂直居中方法:css // 不定寬高 { position: fixed; top: 0; bottom: 0;
相關文章
相關標籤/搜索