-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path97.ts
More file actions
8 lines (8 loc) · 821 Bytes
/
97.ts
File metadata and controls
8 lines (8 loc) · 821 Bytes
1
2
3
4
5
6
7
8
export default {
id: 97,
title: 'Target #97 - Snowman',
url: 'https://cssbattle.dev/play/97',
colors: ['#AC474B', '#FFFFFF', '#0E1F2B', '#FFA63F'],
solution:
'<a a><a b><a c><style>[a],[c]{left:170;width:60}[a],[b],[c]{width:60}body{background:#ac474b}a{position:fixed}[a]{top:95;height:60;background:radial-gradient(circle at 20px 23px,#0e1f2b 5px,transparent 5px),radial-gradient(circle at 40px 23px,#0e1f2b 5px,#fff 5px);border-radius:9in;box-shadow:0 70px 0 20px #fff}[b]{top:139;left:166;height:10;background:#ffa63f;border:4px solid #ac474b;border-radius:9in;box-shadow:-10px 0 #ac474b,10px 0 #ac474b}[c]{top:55;height:45;clip-path:polygon(10px 0,50px 0,50px 40px,60px 40px,60px 45px,0 45px,0 40px,10px 40px);background:linear-gradient(to bottom,#0e1f2b 15px,#fff 15px 25px,#0e1f2b 25px)}</style>',
}