float demonstration
by Ivanq
HTML
<div style="background: red"></div><div style="background: yellow"></div><div style="background: green"></div>
CSS
div {
width: 100px;
height: 100px;
float: right;
}
by Ivanq
<div style="background: red"></div><div style="background: yellow"></div><div style="background: green"></div>
div {
width: 100px;
height: 100px;
float: right;
}