Learn CSS float in 3 minutes 🎈

Описание к видео Learn CSS float in 3 minutes 🎈

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;
}

Комментарии

Информация по комментариям в разработке