Float
vel-src: layout.css
Utilities for controlling the wrapping of content around an element.
| Class | Properties |
|---|---|
| vel-float-left | float: left |
| vel-float-right | float: right |
| vel-float-none | float: none |
| vel-clearfix | ::after { content: ''; display: table; clear: both } |
Examples
Float right
Float Right
Text flows around the floated element. Using vel-float-right moves the element to the right edge of its container.