|
|
|
|
|
by emadda
662 days ago
|
|
Grid allows minmax(a, b) to specify the bounds of tracks. Possible values can be the remaining free space in the parent (fr), or the size of the content in the child. There is also fit-content: E.g:
grid-template-columns: fit-content(150px) … |
|