Fill grid container so that last grid item area is always filled
问题 Right now I have a grid with 1 row and 5 columns , which I'm going to be using for navigational links, but there's a chance that on some pages the grid container might not have 5 children. The issue is that grids begin filling from the first available area. Is there any way to fill the grid container with grid items so that instead the last area is always filled? For example... [a][b][c][d][ ] should be [ ][a][b][c][d] [a][b][c][ ][ ] should be [ ][ ][a][b][c] Notably, I do not want to