Код: Выделить всё
.newsbox {
width: 895px;
height: 24px;
position: absolute;
background-color: white;
border-style: solid;
border-color: #074173;
overflow: hidden;
}
.news {
position: relative;
animation-name: newsbroadcast;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.news {
animation-duration: 20s;
animation-delay: -2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes newsbroadcast {
0% {
left: -10px;
}
50% {
left: 450px;
}
100% {
left: 900px;
}
}
Код: Выделить всё
please rotate device if on mobile to not mess up the layout :3 unless your device is wider than 900px
там должна быть рамка с рамками
Я проверил HTML и CSS в онлайн-программах проверки кода, и они не обнаружили никаких проблем с исчезающим стилем div. Может кто-нибудь, пожалуйста, помогите мне, я думаю, что облысею, если не смогу найти, в чем дело.
Подробнее здесь: https://stackoverflow.com/questions/785 ... der-radius