13 lines
258 B
HTML
13 lines
258 B
HTML
<style>
|
|
#a {
|
|
outline: solid;
|
|
mix-blend-mode: difference;
|
|
}
|
|
:not(animateTransform),
|
|
feDiffuseLighting:nth-last-of-type(2) {
|
|
-webkit-transform-style: preserve-3d;
|
|
transform: translate3d(7px, 6px, 6px);
|
|
-webkit-perspective: 1px;
|
|
</style>
|
|
<ol id="a">
|
|
|