-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path202.ts
More file actions
8 lines (8 loc) · 896 Bytes
/
202.ts
File metadata and controls
8 lines (8 loc) · 896 Bytes
1
2
3
4
5
6
7
8
export default {
id: 202,
title: 'Target #202 - Steering Wheel',
url: 'https://cssbattle.dev/play/202',
colors: ['#4F77FF', '#1038BF'],
solution:
'<p a><p b><style>body,p[b]{background:#4f77ff}p{position:fixed}p[a]{top:34;left:100;width:140;height:140;background:radial-gradient(circle,#4f77ff 10px,transparent 10px),conic-gradient(from -90deg at 45px 82px,transparent 270deg,#4f77ff 270deg),conic-gradient(from -90deg at 56px 92px,transparent 270deg,#4f77ff 270deg),radial-gradient(circle at 46px 92px,#4f77ff 10px,transparent 10px),conic-gradient(from 180deg at 95px 82px,transparent 270deg,#4f77ff 270deg),conic-gradient(from 180deg at 86px 92px,transparent 270deg,#4f77ff 270deg),radial-gradient(circle at 96px 92px,#4f77ff 10px,transparent 10px),linear-gradient(#4f77ff 52px,#1038bf 52px);border-radius:9in;border:30px solid #1038bf}p[b]{top:30;left:185;width:30;height:40',
}