Learn CSS float in 3 minutes

14 Views
Published
CSS float property tutorial example explained

#CSS #float #property

.box{
width: 100px;
height: 100px;
border: 1px solid;
font-size: 40px;
text-align: center;
background: tomato;

float: right;
}
p{
clear: both;
}
Category
Bro Code
Tags
css position, css positioning, css position tutorial
Be the first to comment