-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path209.ts
More file actions
8 lines (8 loc) · 813 Bytes
/
209.ts
File metadata and controls
8 lines (8 loc) · 813 Bytes
1
2
3
4
5
6
7
8
export default {
id: 209,
title: 'Target #209 - Iron man',
url: 'https://cssbattle.dev/play/209',
colors: ['#F3AC3C', '#FFFFFF', '#BB2726'],
solution:
'<p a><p b><p c><p d><style>p[a],p[d]{top:0;background:#bb2726}body,p[a],p[d]{background:#bb2726}p{position:fixed;margin:0}p[a]{left:160;width:80;height:65;box-shadow:0 24px 0 33px #f3ac3c,0 24px 0 43px #bb2726,0 68px 0 68px #f3ac3c,0 105px 0 68px #f3ac3c,0 115px 0 68px #bb2726,0 152px 0 68px #f3ac3c}p[b]{top:132;left:127;width:45;height:10;background:#fff;box-shadow:0 0 0 10px #bb2726,101px 0 #fff,101px 0 0 10px #bb2726}p[c]{top:165;right:258;width:180;height:120;background:#f3ac3c;box-shadow:0 0 0 10px #bb2726,296px 0 #f3ac3c,296px 0 0 10px #bb2726;border-radius:95px 95px 0 0}p[d]{left:0;width:92;height:300;box-shadow:308px 0 #bb2726',
}