< Back to Frontend Friday Folks Index
< Back to Frontend Friday Folks Index
Pokeball
Highlighted solution (349 characters)
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
I've done this puzzle in the official CSSBattle Discord to help people understand how gradients work. I've tried not to code golf, but I've mentioned a couple of tricks they may see when people are using gradients in the top solutions.
One of them being the 0
as the first number behind the colors, essentially meaning
"directly at the latest color stop, start this". Or the &
sign in the beginning
referencing the implicitly generated html tag.