View source: R/design-spacing.R
margin | R Documentation |
The margin
utilty changes the outer spacing of a tag element. The margin of
a tag element is the space outside and around the tag element, its border,
and its content. All arguments default to NULL
, in which case they are
ignored.
margin(x, all = NULL, top = NULL, right = NULL, bottom = NULL, left = NULL)
x |
A tag element or .style pronoun. |
all , top , right , bottom , left |
A responsive argument. One of |
div() %>% margin(2)
# ->
div() %>% cascadess::margin_all(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.