- 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:

- Kibana Essentials
- Julia機器學習核心編程:人人可用的高性能科學計算
- 云原生Spring實戰
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- QGIS:Becoming a GIS Power User
- Python圖形化編程(微課版)
- ExtJS Web應用程序開發指南第2版
- Machine Learning for OpenCV
- MongoDB Cookbook(Second Edition)
- Mastering PowerCLI
- Python 快速入門(第3版)
- 3ds Max 2018從入門到精通
- Getting Started with Windows Server Security
- PyTorch生成對抗網絡編程
- Java性能權威指南