-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path75.ts
More file actions
8 lines (8 loc) · 880 Bytes
/
75.ts
File metadata and controls
8 lines (8 loc) · 880 Bytes
1
2
3
4
5
6
7
8
export default {
id: 75,
title: 'Target #75 - Hippo',
url: 'https://cssbattle.dev/play/75',
colors: ['#191919', '#A64942', '#FE5F55', '#000000'],
solution:
'<a a><a b><a c><a d><a e><a f><a g><style>[a],[b]{box-shadow:inset 0 0 0 5px #fe5f55;top:75}[a],[b],[c]{top:75}[a],[f]{left:145}[b],[f]{transform:rotate(-45deg)}[f],[g]{top:170}[b],[g]{left:225}[a],[g]{width:30;height:20;background:#000;border-radius:100%;transform:rotate(45deg)}body{background:#191919}a{position:fixed}[b]{width:30;height:20;background:#000;border-radius:100%}[c]{left:135;width:130;height:160;background:#fe5f55;border-radius:60px}[d]{top:145;left:125;width:150;height:100;background:#a64942;border-radius:55px 55px 45px 45px}[e]{top:125;left:160;width:10;height:10;background:#000;border-radius:9in;box-shadow:70px 0}[f]{width:30;height:20;background:#000;border-radius:100%}</style>',
}