bootstrap
bootstrap copied to clipboard
add css grid row span
Prerequisites
- [X] I have searched for duplicate or closed feature requests
- [X] I have read the contributing guidelines
Proposal
I like the css grid but it is lacking a row span similar to column span. Currently a row only gets grid-row-end of auto.
https://css-tricks.com/the-holy-grail-layout-with-css-grid/
Motivation and context
I was trying to create the holy grail layout just using BS5 but with lack of row span it was not possible.
https://getbootstrap.com/docs/5.1/layout/css-grid/#nesting
nesting has nothing to do with row span, it is a part of the grid spec. Nesting grids is in the level 2 spec for grid for subgrid.
@kitsguru my fail, I no remove hash from url. https://codepen.io/WinterSilence/pen/yLPJZRz
got it - although the documentation could use a bit of fleshing out on the grid-row. syntax to show spanning rows
@kitsguru code based on example https://getbootstrap.com/docs/5.1/layout/css-grid/#adding-rows , you can add grid-row
classes by utility API
hey am interested in this task , how will l help out or go about it