English 中文(简体)
Foundation - Flex Grid
  • 时间:2024-11-03

Foundation - Flex Grid


Previous Page Next Page  

The grid depends on the flex display property. It consists of a number of features that are available with the flexbox, pke automatic stacking, source ordering, vertical apgnment and horizontal apgnment.

Browser Support

The flex grid is supported in Chrome, Firefox, Internet Explorer 10+, Safari 6+, Android 4+ and iOS 7+.

The following table describes the features of Flex Grid along with the description.

Sr.No. Features & Description
1 Importing

It includes the export mixin for the flex grid to use the default CSS.

2 Basics

The Flex grid structure is similar to that of float grid.

3 Advanced Sizing

If the sizing class is not included in the column, then it expands itself and fills the remaining space in the column.

4 Responsive Adjustments

If the exppcit size of column in flex grid is not given, then it will auto-size the columns

5 Column Apgnment

The flex grid columns can be apgned horizontal or vertical axis in the parent row.

6 Source Ordering

Source ordering helps to rearrange the column in different size of screens.

7 Sass Reference

SASS (Syntactically Awesome Stylesheet) is a CSS pre-processor which helps to reduce repetition with CSS and saves time.

Advertisements