- Learning Bootstrap 4(Second Edition)
- Matt Lambert
- 140字
- 2021-07-14 10:32:20
Flexbox basics and terminology
Before we go too far, we should define a few Flexbox basics and some terminology that I'll use throughout the chapter. Every Flexbox layout is dependent on an outer container. As we move through the chapter, I'll refer to this container as the parent. Within the parent container there will always be a collection of boxes or blocks. I'll refer to these boxes as children or child elements of the parent. Why don't we start by talking a little bit more about why you would want to use Flexbox? The main purpose of Flexbox is to allow for the dynamic resizing of child boxes within their parent container.
This works for the resizing of both width and height properties on-the-fly. Many designers and developers prefer this technique as it allows for easier layouts with less code:

- Learning Cython Programming
- Flask Blueprints
- C/C++算法從菜鳥到達人
- Clojure for Domain:specific Languages
- Mastering Ext JS
- Processing創意編程指南
- Django實戰:Python Web典型模塊與項目開發
- 大數據時代的企業升級之道(全3冊)
- Clojure Polymorphism
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Android初級應用開發
- jQuery Essentials
- Learning QGIS(Second Edition)
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)