Description Usage Arguments Examples
The float()
function places an element to the left or right side of its
parent element. Other text and inline elements wrap around floated elements.
Note, float()
has no effect on flex items.
1 | float(x, side)
|
x |
A tag element or .style pronoun. |
side |
A responsive argument. One of |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.