You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
303 B
19 lines
303 B
.marquee_box {
|
|
width: 100%;
|
|
height: 100%;
|
|
word-break: keep-all;
|
|
white-space: nowrap;
|
|
// display: flex;
|
|
// align-items: center;
|
|
}
|
|
|
|
.marquee_box p {
|
|
// display: inline-block;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.marquee_box:hover p {
|
|
animation-play-state: paused;
|
|
cursor: default;
|
|
}
|