/    Sign up×
Reference /Pin to ProfileBookmark

The grid property is a shorthand property for grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and grid-auto-flow.

Syntax

Example:

/* .container is a 3-column grid with a 200px height first row */

.container {
  display: grid;
  grid: 200px / auto auto auto;
}

Values

grid-template-rows / grid-template-columns
Designates the sizes of the columns and rows.

grid-template-areas
Designates the grid layout by using named items.

grid-template-rows / grid-auto-columns
Designates the size (height) of the rows and the auto size of the columns.

grid-auto-rows / grid-template-columns
Designates the auto size of the rows and the grid-template-columns property.

grid-template-rows / grid-auto-flow grid-auto-columns
Designates the size (height) of the rows, how to place auto-placed items,  and the auto size of the columns.

grid-auto-flow grid-auto-rows / grid-template-columns
Designates how to place auto-placed items, the auto size of the rows, and the grid-template-columns property.

initial
Sets the property to its default value.

inherit
Inherits this property’s value from its parent item.

Browser Compatibilty

Demos

Have a code example of grid? Submit a codepen.io demo and we'll showcase it here

to submit a demo.
CSS
×

Success!

Help @reference spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 3.29,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,

tipper: Anonymous,
tipped: article
amount: 10 SATS,
)...