-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
add css grid row span #35737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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 |
hey |
Prerequisites
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.
The text was updated successfully, but these errors were encountered: