Need help understanding rotate at #110 #327
Unanswered
ms-saltation
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This gives me 100%
<a><b><c><d><style>*{background:#D25B70}*+* *{position:fixed;border-radius:9q;width:100;height:10;background:#F2E09F;rotate:0deg;transform-origin:127q 5q}a{top:195;left:80;-webkit-box-reflect:right 40px}b,c,d{rotate:30deg}And this 99.9%
<a><b><c><d><style>*{background:#D25B70}*+* *{position:fixed;border-radius:9q;width:100;height:10;background:#F2E09F;transform-origin:127q 5q}a{top:195;left:80;-webkit-box-reflect:right 40px}b,c,d{rotate:30deg}Why does
rotate:0degin the*+* *selector make the difference here ? Thought its the default..Same behaviour for
transform:rotate()instead ofrotate:Edit: with
position:absoluteinstead ofposition:fixedits working..All reactions