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

- Implementing Modern DevOps
- Progressive Web Apps with React
- Python語言程序設計
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Learning Linux Binary Analysis
- Functional Programming in JavaScript
- 新編Premiere Pro CC從入門到精通
- Hands-On Swift 5 Microservices Development
- Scratch3.0趣味編程動手玩:比賽訓練營
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 計算語言學導論
- 零基礎學編程系列(全5冊)
- Responsive Web Design with jQuery
- 一覽眾山小:ASP.NET Web開發修行實錄
- Python深度學習與項目實戰