CSS – grid-row-end Property
The grid-row-end property defines how many rows an item will span, or on which row-line the item will end.
The grid-row-end property defines how many rows an item will span, or on which row-line the item will end.
The grid-row-gap property defines the size of the gap between the rows in a grid layout.
The grid-row-start property defines on which row-line the item will start in a grid layout.
The grid-template property is a shorthand property for other grid properties.
The grid-template-areas property specifies areas within a grid layout.
The grid-template-columns property specifies the number and widths of columns in a grid layout, where each value is the size of the respective column.
The grid-template-rows property specifies the number and heights of rows in a grid layout, where each value is the size of the respective row.
The height property sets the height of an element, not including padding, borders, or margins.
The left property defines the horizontal position of a positioned element, but will have no affect on an item not positioned.
The hyphens property defines whether hyphenation is allowed to create more soft wrap opportunities within a line of text.
The image-rendering property specifies the type of algorithm to be used for image scaling, and has no effect on images that are not scaled.
The isolation property defines whether an element must create a new stacking content and is helpful when used with background-blend-mode or mix-blend-mode.
The letter-spacing property defines the amount of space between characters in a string of text.
The justify-content property aligns the flexible container’s items when the items do not use all available space on the horizontal axis.
The line-height property specifies the height of a line, which is the spacing between lines of text when wrapping to new lines, such as in paragraphs.
The list-style property is a shorthand property for list-style-type, list-style-position, and list-style-image.
The list-style-image property replaces the list-item marker with an image. The list-style-type property should also be specified as a backup.
The list-style-position property specifies the position of the list-item markers (bullet points).
The list-style-type specifies the type of list-item marker in a list.
The margin property sets the margins for an element, and is a shorthand property for margin-top, margin-right, margin-bottom, and margin-left.