Solving #103, or how to beat Super Saiyan! #249
Beowolve
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
|
what would do moving padding to |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I have noticed many players have problems with target #103, so I decided to share a pure CSS based version that gets 100% and works with the current backend as a reference for other players. Thx to Esger for providing a working base solution that I could optimize.
This target is definitely hard to get 100%.
Here is the code:
The code can be optimised even more. For example you can move the padding to
*, but in that specific case u might get 99.9%. If that happens#171717as background color solved it for me. This trick might also work for other solutions that struggle to get 100%.Have fun ;)
Beta Was this translation helpful? Give feedback.
All reactions