CSS float
CSS Float
Description
The CSS float property is used to define the alignment of the selected element and the floating of its succsessors.
Example Float
div.left {
float: left;
}
div.right {
float: right;
}
The CSS float property is used to define the alignment of the selected element and the floating of its succsessors.
div.left {
float: left;
}
div.right {
float: right;
}