- Responsive Web Design with HTML5 and CSS3(Second Edition)
- Ben Frain
- 138字
- 2021-07-16 20:33:57
Summary
In this chapter, we've learned what CSS3 media queries are, how to include them in our CSS files, and how they can help our quest to create a responsive web design. We've also learned how to use the meta
tag to make modern mobile browsers render pages as we'd like.
However, we've also learned that media queries alone can only provide an adaptable web design, one that snaps from one layout to another. Not a truly responsive one that smoothly transitions from one layout to another. To achieve our ultimate goal we will also need to utilize fluid layouts. They will allow our designs to flex between the break points that the media queries handle. Creating fluid layouts to smooth the transition between our media query break points is what we'll be covering in the next chapter.
- Python編程自學手冊
- MATLAB圖像處理超級學習手冊
- 微服務設計原理與架構
- 琢石成器:Windows環境下32位匯編語言程序設計
- VMware虛擬化技術
- Express Web Application Development
- 編程菜鳥學Python數據分析
- 深入淺出Go語言編程
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 數字媒體技術概論
- 第五空間戰略:大國間的網絡博弈
- Cloud Development andDeployment with CloudBees
- CISSP in 21 Days(Second Edition)
- 邊做邊學深度強化學習:PyTorch程序設計實踐