Это мой код в настоящее время без прокрутки на элементе Div:
Код: Выделить всё
h1 {
font-family: swirlgarden;
font-size: 55px;
text-align: center;
color: #3d729e;
position: absolute;
top: -150px;
}
.box {
position: relative;
width: 950px;
height: 700px;
background-color: #fffaf0;
border: 5px;
border-style: solid;
border-color: orange;
margin: auto;
margin-top: 100px;
}
Summer Knowledge
Это код моего стиля, когда я добавляю шарсин Scroll)
Это код стиля, когда я добавляю шарсин Scroll)
Код: Выделить всё
.box {
position: relative;
width: 950px;
height: 700px;
background-color: #fffaf0;
border: 5px;
border-style: solid;
border-color: orange;
margin: auto;
margin-top: 100px;
overflow-y: scroll;
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... -partially
Мобильная версия