- Mastering CSS
- Rich Finelli
- 112字
- 2021-07-08 09:45:55
Creating a Page Layout with Floats
In order to create a multicolumn layout supported in all browsers, we are going to use floats. Floats are very simple at first glance but have a few unintuitive quirks to them that can cause some frustration when not completely understood. This may be because the true origination of floats wasn't for layout, it was to achieve the common magazine technique where text flows easily around an image. So in this chapter, we're going to delve into floats. We'll go over the basic usage of floats and follow that up by creating a layout with floats (and curing the headaches caused by floats in later sections)
推薦閱讀
- 計算思維與算法入門
- 自制編譯器
- NativeScript for Angular Mobile Development
- Building Mapping Applications with QGIS
- Python 3破冰人工智能:從入門到實戰(zhàn)
- Hands-On Automation Testing with Java for Beginners
- 編程與類型系統(tǒng)
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Python3.5從零開始學
- 案例式C語言程序設計實驗指導
- Orchestrating Docker
- PowerDesigner 16 從入門到精通
- SQL Server 2014 Development Essentials
- C語言編程魔法書:基于C11標準
- Slick2D Game Development