< Back to Frontend Friday Folks Index

Arineo

Visit the official puzzle page (affiliate link!) to play it yourself. If you buy a course from CSSBattle through my affiliate link, I receive a share of it!

Highlighted solution (497 characters)
1
<style>&{background:
2
radial-gradient(1q,#0088CA 11px,#3210 0),
3
linear-gradient(-45deg,#3210 87px,#FFF 0 95px,#0088CA 0 115px,#fff 0 123px,#3210 0) 200px -68px / 120px 300px no-repeat,
4
linear-gradient(45deg,#3210 87px,#FFF 0 95px,#0088CA 0 115px,#fff 0 123px,#3210 0) 120px -28px / 80px 300px no-repeat,
5
linear-gradient(65deg,#3210 90px,#2E2926 0 130px,#3210 0) 165px 60px / 400px 180px no-repeat,
6
linear-gradient(-65deg,#3210 90px,#2E2926 0 130px,#3210 0) -165px 60px / 400px 180px no-repeat,
7
#fff

I always like the gradient only solutions!

< Back to Frontend Friday Folks Index