CSS Move-To Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The 'move-to' property causes the element or pseudo-element to be removed from the flow and reinserted at a later point in the document.
Syntax
move-to: [value];
Possible values
- normal
- here
- [identifier]
Initial Value
normal
Applies To
all elements, ::before, ::after, and ::alternate
Inherited
No
Media
All
Example
.class {
move-to: ;
}
Loading Twitter