A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/properties/grid-auto-position below:

grid-auto-position ยท WebPlatform Docs

grid-auto-position Summary

Specifies the automatic default location if a grid container does not specify automatic-placement strategy via grid-auto-flow.

Overview table
Initial value
1 / 1
Applies to
Grid containers
Inherited
No
Media
visual
Computed value
As specified
Animatable
No

CSS Object Model Property
:

Percentages
N/A
Syntax Values
<grid-line> / <grid-line>
Specifies the default starting grid column and grid row, respectively. The two <grid-line> values are treated as though they were specified by grid-column-start and grid-column-end.
Examples

#grid{
    grid-auto-position: 1 / 2;
  }
Related specifications
W3C Grid Layout Module
W3C Working Draft

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4