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-row-start below:

grid-row-start · WebPlatform Docs

grid-row-start Summary

A grid item’s placement in a grid area consists of a grid position and a grid span. The grid-row-start property (with grid-row-end, grid-column-start, and grid-column-end) determines a grid item’s placement by specifying the grid lines of a grid item’s grid area.

Overview table
Initial value
auto
Applies to
Grid items
Inherited
No
Media
visual
Computed value
As specified
Animatable
No

CSS Object Model Property
:

Percentages
N/A
Syntax Values
<grid-line>
Contributes a line, a span, or nothing (automatic) to the item’s row placement or column placement. Values have the following meanings:
Examples

grid-row-start: auto;


grid-row-start: "C";


grid-row-start: 2 "B";


grid-row-start: span 2;


grid-row-start: span "C";
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