老師你確定@font-face是CSS3的??????
<!--提供字體的網(wǎng)站,這樣就可以在網(wǎng)站中使用鏈接中的字體,family=Josefin就是我們引用的字體-->
2016-02-21
http://www.zxhuan.com/2016/02/19/%E7%BA%AFcss3%E5%B9%B3%E6%BB%91%E8%BF%87%E6%B8%A1%E6%95%88%E6%9E%9C/
自己按著老師講的寫了一篇,分享分享,不喜勿噴??!
自己按著老師講的寫了一篇,分享分享,不喜勿噴??!
2016-02-19
自己按著老師說的謝了一個(gè),分享給大家,不喜勿噴!http://www.zxhuan.com/2016/02/19/%E7%BA%AFcss3%E5%B9%B3%E6%BB%91%E8%BF%87%E6%B8%A1%E6%95%88%E6%9E%9C/
2016-02-19
同樣的底部導(dǎo)航效果,不一樣的實(shí)現(xiàn)方式,用上了最近學(xué)到的 flexbox 彈性盒子布局。老師的講解很流暢,必須贊。
給 .bottomBar 加上 display: flex ,
<div class="bottomBar">
<div class="nav-item">
<input type="radio" name="radioSet" checked>
<span>tab1</span>
</div>
</div>
給 .bottomBar 加上 display: flex ,
<div class="bottomBar">
<div class="nav-item">
<input type="radio" name="radioSet" checked>
<span>tab1</span>
</div>
</div>
2016-02-03