17 lines
237 B
HTML
17 lines
237 B
HTML
<style>
|
|
.a {
|
|
clip-path: url(#x);
|
|
-webkit-filter: grayscale(0);
|
|
border-right-style: dashed;
|
|
}
|
|
* {
|
|
outline-style: solid;
|
|
}
|
|
.b {
|
|
translate: 0px 0px;
|
|
overflow-y: scroll;
|
|
}
|
|
</style>
|
|
<marquee height="0" class="b">
|
|
<ins class="a">
|
|
|