blob: 4ea099156e2d2c81125b00bfa3c3ddddb893d6d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<style>
:root {
perspective: 1px;
}
#a {
-webkit-mask-image: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
:not(defs) {
transform: rotatex(1deg);
}
</style>
<a style="-webkit-mask-image: url(#x)">
<ul id="a">x</ul>
|