blob: e6804f07dc9aa5770cfa8630703b5cc0c439d298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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">
|