Description Usage Arguments Examples
The item()
function adjusts a flex item. Unlike flex()
, which adjusts
the flex box layout through the flex container element, item()
is used to
change specific flex items. A flex item may be reordered, expanded, or
shrunk.
1 2 3 4 5 6 7 8 |
x |
A tag element or .style pronoun. |
align |
A responsive argument. One of |
order |
A responsive argument. One of |
fill |
A responsive argument. If |
grow |
A responsive argument. One of |
shrink |
A responsive argument. One of |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.