-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path79.ts
More file actions
8 lines (8 loc) · 864 Bytes
/
79.ts
File metadata and controls
8 lines (8 loc) · 864 Bytes
1
2
3
4
5
6
7
8
export default {
id: 79,
title: 'Target #79 - Tambourine',
url: 'https://cssbattle.dev/play/79',
colors: ['#243D83', '#6592CF'],
solution:
'<a a><a b><a c><style>[a],[b]{border-radius:9in}[b],body{background:#6592cf}a{position:fixed}[a]{top:75;left:115;width:150;height:150;border:10px solid #243d83}[b]{top:200;left:140;width:100;height:100;border:10px solid #243d83;clip-path:circle(80px at center -34px)}[c]{top:95;left:105;width:50;height:50;border-radius:9in;box-shadow:inset 0 0 0 10px #243d83,inset 0 0 0 20px #6592cf,inset 0 0 0 30px #243d83,0 70px 0 -20px #243d83,70px -40px 0 -20px #243d83,140px 0 0 -20px #243d83,140px 70px 0 -20px #243d83,0 70px 0 -10px #6592cf,70px -40px 0 -10px #6592cf,140px 0 0 -10px #6592cf,140px 70px 0 -10px #6592cf,0 70px 0 0 #243d83,70px -40px 0 0 #243d83,140px 0 0 0 #243d83,140px 70px 0 0 #243d83}</style>',
}