-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path50.ts
More file actions
8 lines (8 loc) · 803 Bytes
/
50.ts
File metadata and controls
8 lines (8 loc) · 803 Bytes
1
2
3
4
5
6
7
8
export default {
id: 50,
title: 'Target #50 - Use Hand Sanitizer',
url: 'https://cssbattle.dev/play/50',
colors: ['#1A4341', '#F3AC3C', '#998235'],
solution:
'<a a><a b><a c><a d><a e><a f><style>body{background:#1A4341}a{position:fixed}a[a],a[b],a[c]{background:#F3AC3C}a[a],a[b]{border-radius:10px}a[a]{top:50;left:150;width:150;height:20}a[b]{top:60;left:190;width:20;height:40;box-shadow:90px -10px #F3AC3C}a[c]{top:90;left:175;width:50;height:20;border-radius:10px 10px 0 0}a[d]{top:110;left:150;width:100;height:140;border-radius:20px;background:linear-gradient(#F3AC3C 55px,#998235 55px)}a[e],a[f]{background:#998235;border-radius:50%}a[e]{top:140;left:150;width:50;height:50;box-shadow:50px 0 #F3AC3C}a[f]{top:100;left:280;width:20;height:20;box-shadow:0 30px #998235}</style>',
}