Блочная модель в CSS3
div{
width: 250px;
height: 200px;
margin: 10px;
}
.colored{
background-color: #ff0507;
}
.imaged{
background-image: url(dubi.png);
}
Первый блок
Второй блок
Блочная модель в CSS3
div{
width: 250px;
height: 200px;
margin: 10px;
}
.colored{
background-color: #ff0507;
}
.imaged{
background-image: url(dubi.png);
}