-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path194.ts
More file actions
8 lines (8 loc) · 927 Bytes
/
194.ts
File metadata and controls
8 lines (8 loc) · 927 Bytes
1
2
3
4
5
6
7
8
export default {
id: 194,
title: 'Target #194 - Fountain',
url: 'https://cssbattle.dev/play/194',
colors: ['#4FA07B', '#0D1335'],
solution:
'<p a><p d><p b><p c><p h><p e><p f><p g><style>p[d],p[f]{height:70}p[d],p[e],p[f],p[g]{width:20;background:#0d1335}p[e],p[f],p[g],p[h]{top:174}body{background:#4fa07b;margin:0}p{position:fixed}p[a],p[b],p[c]{top:4;left:130;width:140;height:140;border-radius:50%;box-shadow:inset 0 0 0 20px #0d1335,inset 0 0 0 40px #4fa07b,inset 0 0 0 60px #0d1335}p[b],p[c]{top:104}p[b],p[e],p[h]{left:70}p[c]{left:190}p[d]{top:74;left:130;box-shadow:20px 0 #4fa07b,40px 0 #0d1335,60px 0 #4fa07b,80px 0 #0d1335,100px 0 #4fa07b,120px 0 #0d1335}p[e]{height:47;box-shadow:240px 0 #0d1335}p[f]{left:110;box-shadow:160px 0 #0d1335}p[g]{left:150;height:90;box-shadow:80px 0 #0d1335}p[h]{width:260;height:110;background:linear-gradient(90deg,#4fa07b 120px,#0d1335 120px 140px,#4fa07b 140px)',
}