Untitled
unknown
css
4 years ago
346 B
14
Indexable
list-style-type: none;
margin: 0 auto;
padding: 0;
overflow: hidden;
display: grid;
flex-direction: row;
align-items: start;
align-content: center;
grid-template-columns: repeat(3, minmax(0, 1fr));
-moz-column-gap: 15px;
column-gap: 40px;
row-gap: 50px;
justify-content: space-between;Editor is loading...