-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path177.ts
More file actions
8 lines (8 loc) · 981 Bytes
/
177.ts
File metadata and controls
8 lines (8 loc) · 981 Bytes
1
2
3
4
5
6
7
8
export default {
id: 177,
title: 'Target #177 - Frankenstein',
url: 'https://cssbattle.dev/play/177',
colors: ['#3C8D3F', '#14F078', '#1A1D2F', '#FFFFFF'],
solution:
'<p a><p b><p c><p d><p e><p f><p g><p h><p i><p j><p k><style>p[b],p[i]{top:129;height:30;background:#1a1d2f}p[a],p[j]{top:139;height:10}p[a],p[b],p[i],p[k]{background:#1a1d2f}body{background:#3c8d3f}p{position:fixed}p[a]{left:100;width:200}p[b]{left:100;width:10;border-radius:1in;box-shadow:190px 0 #1a1d2f}p[c]{top:59;left:125;width:150;height:150;border-radius:13px 13px 1in 1in;background:linear-gradient(#1a1d2f 30px,#14f078 30px)}p[d],p[e],p[f],p[g],p[h]{top:89;left:125;border:15px solid #14f078;border-top-color:#1a1d2f}p[e],p[i]{left:155}p[i],p[j]{border-radius:50%}p[f]{left:185}p[g]{left:215}p[h]{left:245}p[i]{width:30;box-shadow:60px 0 #1a1d2f}p[j]{left:165;width:10;background:#fff;box-shadow:60px 0 #fff}p[k]{top:169;left:180;width:40;height:20;border-radius:0 0 1in 1in}</style>',
}