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

- Docker and Kubernetes for Java Developers
- Building a Home Security System with Raspberry Pi
- Machine Learning with R Cookbook(Second Edition)
- Django開(kāi)發(fā)從入門(mén)到實(shí)踐
- Python網(wǎng)絡(luò)爬蟲(chóng)從入門(mén)到實(shí)踐(第2版)
- Java程序設(shè)計(jì)與計(jì)算思維
- Java持續(xù)交付
- Mastering Kali Linux for Web Penetration Testing
- C++ 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Unity Game Development Scripting
- Scala for Machine Learning(Second Edition)
- Learning Modular Java Programming
- Creating Data Stories with Tableau Public
- SQL Server on Linux