-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path124.ts
More file actions
8 lines (8 loc) · 809 Bytes
/
124.ts
File metadata and controls
8 lines (8 loc) · 809 Bytes
1
2
3
4
5
6
7
8
export default {
id: 124,
title: 'Target #124 - Space Invaders',
url: 'https://cssbattle.dev/play/124',
colors: ['#071945', '#B069F7', '#F8DA37', '#2CE1EA'],
solution:
'<a a><a b><a c><style>[a],[b]{height:10;background:#b069f7;color:#b069f7}body{background:#071945}a{position:fixed}[a]{top:40;left:40;width:50;box-shadow:90px 0,180px 0,270px 0,0 50px #f8da37,180px 50px #f8da37,270px 50px #f8da37}[b]{top:50;left:30;width:10;box-shadow:90px 0,180px 0,270px 0,0 50px #f8da37,180px 50px #f8da37,270px 50px #f8da37,60px 0,150px 0,240px 0,330px 0,60px 50px #f8da37,240px 50px #f8da37,330px 50px #f8da37,165px 160px #2ce1ea,165px 190px #2ce1ea,165px 220px #2ce1ea,165px 230px #2ce1ea}[c]{bottom:0;left:179;width:42;height:21;background:#2ce1ea;clip-path:polygon(0 100%,50% 0,100% 100%)}</style>',
}