99.9% at Mar10,2025 #408
Unanswered
Orbit-Of-Devs
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.
-
Hello,
I solved the March 10th target using the following method, but I only get 99.9% match, which is very strange. Please help me understand why this is happening.

<style> &{ background:linear-gradient(#f58220 74q,#0000 0 243q, #f58220 0), linear-gradient(-69.5deg,#F58220 165q, #fff 0 224.5q,#F58220 0 284q,#fff 0 343q,#f58220 0 ); *{ margin:140; background:#fff; } } </style>For example, in the code below, when I move the box-shadow by -64q, the result is 99.9%. However, if I change the value to -60px, the result becomes 100%, even though there is no visible change in the image, and differences still appear in the diff .
100%
<style> &{ color:f58220; border-block:75q solid; margin:70 170; transform:skew(-20.5deg); box-shadow:63q 0#fff,-60px 0 #fff,0 0 0 3in; } </style>99%
<style> &{ color:f58220; border-block:75q solid; margin:70 170; transform:skew(-20.5deg); box-shadow:63q 0#fff,-64q 0 #fff,0 0 0 3in; } </style>Thanks!
Beta Was this translation helpful? Give feedback.
All reactions