Description Usage Arguments Details Examples
The gap()
function is used to space child elements of a parent tag element
with display("grid")
. Instead of specifying a margin for each child element
a gap may be specified for the parent element. This function will have no
effect on element's without display set to "grid"
.
1 | gap(x, size)
|
x |
A tag element or .style pronoun. |
size |
A responsive argument. One of |
Internet Explorer does not support the grid display layout.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.