Flexbox in CSS - Helion
ISBN: 978-14-919-8143-6
Format: ebook
Data wydania: 2017-05-25
Księgarnia: Helion
Cena książki: 38,17 zł (poprzednio: 44,38 zł)
Oszczędzasz: 14% (-6,21 zł)
Layout designers rejoice: CSS finally has an update that will make your lives easier. Flexible box layout, often called Flexbox, frees you from the challenges of creating layouts with floats and padding? and lets you specify containers and their contents instead. The new model means you can specify the directions in which material flows, how content wraps, and the ways components can expand to fill a space. Whether you've been creating large sites or small, fixed sites or responsive sites, flexbox will simplify your work.
Osoby które kupowały "Flexbox in CSS", wybierały także:
- Zosta 148,98 zł, (59,59 zł -60%)
- LESS. Kurs video. Poziom pierwszy. Jak usprawnić pracę z CSS 89,00 zł, (35,60 zł -60%)
- CSS i SASS. Kurs video. Praktyczny projekt nowoczesnego dashboardu 99,00 zł, (44,55 zł -55%)
- CSS3. Kurs video. Poziom pierwszy. Nowoczesne i stylowe strony WWW 59,00 zł, (26,55 zł -55%)
- Sass od podstaw. Kurs video. Budowa kompleksowej strony w oparciu o metodologię BEM 47,93 zł, (22,05 zł -54%)
Spis treści
Flexbox in CSS eBook -- spis treści
- Preface
- Conventions Used in This Book
- Using Code Examples
- OReilly Safari
- How to Contact Us
- 1. Flexbox
- The Problem Addressed
- Simple Solutions
- Learning Flexbox
- The display Property
- 2. Flex Container
- Flex Container Properties
- The flex-flow Shorthand Property
- The flex-direction Property
- The flex-wrap Property
- Understanding axes
- flex-wrap continued
- Flex Line Cross Dimension
- Flex Container
- The justify-content Property
- justify-content Examples
- The align-items Property
- align-items: stretch
- align-items: flex-start
- align-items: flex-end
- align-items: center
- align-items: baseline
- Additional Notes
- The align-content Property
- Distribution of extra space
- align-content: flex-start
- align-content: flex-end
- align-content: center
- align-content: space-between
- align-content: space around
- align-content: stretch
- Flex Container Properties
- 3. Flex Items
- What Are Flex Items?
- Flex Item Features
- Absolute positioning
- min-width
- Flex Item Features
- Flex ItemSpecific Properties
- The flex Property
- The flex-grow Property
- Non-Null Growth Factor
- Growing Proportionally Based on Growth Factor
- Growth Factor with Different Widths
- Growth Factors and the flex Property
- The flex-shrink Property
- Proportional Based on Width and Shrink Factor
- In the Real World
- Differing Bases
- The flex-basis Property
- content
- auto
- Default Values
- Length Units
- Length units: percentages
- Zero Basis
- The flex Shorthand Property
- Common flex Values
- flex: initial
- flex: auto
- flex: none
- flex: n
- Custom flex Values
- Common flex Values
- Sticky Footer with flex
- The align-self Property
- The order property
- Tabbed Navigation Revisited
- What Are Flex Items?
- 4. Flexbox Examples
- Responsive Two-Column Layout
- Wider Screen Layout
- Power Grid Home Page
- Sections
- Vertical Centering
- Inline Flex Example
- Calendar
- Magic Grid
- Performance
- Good to Go
- Responsive Two-Column Layout