-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path175.ts
More file actions
8 lines (8 loc) · 959 Bytes
/
175.ts
File metadata and controls
8 lines (8 loc) · 959 Bytes
1
2
3
4
5
6
7
8
export default {
id: 175,
title: 'Target #175 - Evil Cat',
url: 'https://cssbattle.dev/play/175',
colors: ['#ED6A9D', '#050044', '#FFC100'],
solution:
'<p e><p f><p a><p b><p c><p d><style>body{background:#ED6A9D}p[a],p[c]{background:#050044;border-radius:50%}p[e],p[f]{top:48;border-width:50px;border-style:solid}p[d],p[e],p[f]{border-style:solid}p{position:fixed}p[a]{top:74;left:110;width:180;height:150}p[b]{top:114;left:145;width:40;height:40;background:#ffc100;border-radius:0 50%;transform:rotate(-45deg);box-shadow:49.5px 49.5px #ffc100}p[c]{top:119;left:160;width:10;height:30;box-shadow:70px 0 #050044}p[d]{top:169;left:185;border-width:15px;border-color:#ed6a9d #050044 #050044}p[e]{left:120;border-color:#ed6a9d #ed6a9d #ed6a9d #050044;transform-origin:top left;transform:rotate(-3deg) scaleY(.75)}p[f]{right:120;border-color:#ed6a9d #050044 #ed6a9d #ed6a9d;transform-origin:top right;transform:rotate(3deg) scaleY(.75)}</style>',
}