generateFlexCSS | R Documentation |
Creates the requires css statements for a specific set of flex attributes. This includes the css required to position each child element into the flex element.
generateFlexCSS(attributes, id, number_children, system)
attributes |
Normalized attribute list. |
id |
The id of the parent element. |
number_children |
Number of child elements. |
system |
A breakpoint system object to use. |
A vector of valid css strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.