CSS
- 9 ответов
- 0 вопросов
2
Вклад в тег
.rel-block{
position:relative;
width:100%;
background:#ccc;
overflow:hidden
}
.abs-block{
position:relative;
width:100%;
height:250px;
background: #000
}
.red{
width:100%;
height:100px;
background:#ff0000
}