grid-template-columns auto-fill 在 Using auto-fill to create columns in css grid - Stack Overflow 的評價
The following will create as many 200 pixel columns as will fit into the container. grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));. ... <看更多>