gap
The gap property is the shorthand for row gap and column gap.
Syntax
Code example
.container {grid-template-columns: 100px 50px 100px;grid-template-rows: 80px auto 80px;gap: 15px 10px;}
The gap property is the shorthand for row gap and column gap.
Syntax
.container {grid-template-columns: 100px 50px 100px;grid-template-rows: 80px auto 80px;gap: 15px 10px;}
Post a Comment