📜  网格重复自动列 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:31.628000             🧑  作者: Mango

代码示例1
/* To achieve wrapping, we can use the auto-fit or auto-fill keywords. */

grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );