Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

grid repeating auto columns

/* To achieve wrapping, we can use the auto-fit or auto-fill keywords. */

grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
 
PREVIOUS NEXT
Tagged: #grid #repeating #auto #columns
ADD COMMENT
Topic
Name
4+6 =