Skip to content

Commit

Permalink
Merge pull request #78 from felipeog/162-163
Browse files Browse the repository at this point in the history
Add 162 and 163
  • Loading branch information
felipeog authored Sep 24, 2023
2 parents 730c3d7 + 324a0f1 commit 76b768f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[@felipeog](https://cssbattle.dev/player/felipeog)

## Checklist (99/170)
## Checklist (101/170)

- [x] Target <span>#</span>1 - Simply Square
- [x] Target <span>#</span>2 - Carrom
Expand Down Expand Up @@ -165,8 +165,8 @@
- [x] Target <span>#</span>159 - Portal
- [x] Target <span>#</span>160 - Donut
- [x] Target <span>#</span>161 - Converge
- [ ] Target <span>#</span>162 - Upwards
- [ ] Target <span>#</span>163 - Missing Piece
- [x] Target <span>#</span>162 - Upwards
- [x] Target <span>#</span>163 - Missing Piece
- [ ] Target <span>#</span>164 - Rangoli
- [ ] Target <span>#</span>165 - Pyramid
- [ ] Target <span>#</span>166 - Flow
Expand Down
3 changes: 2 additions & 1 deletion shared/targets/162.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export default {
id: '162',
title: 'Target #162 - Upwards',
url: 'https://cssbattle.dev/play/162',
solution: '',
solution:
'<a></a><style>body{background:#998235}a{position:fixed;top:140;left:115;width:70;height:70;background:#0b2429;transform:rotate(-45deg);box-shadow:70px 0 #0b2429,70px 70px #fcbe5c}</style>',
}
3 changes: 2 additions & 1 deletion shared/targets/163.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export default {
id: '163',
title: 'Target #163 - Missing Piece',
url: 'https://cssbattle.dev/play/163',
solution: '',
solution:
'<a a><a b><style>[a],[b]{width:100;height:100}[b],body{background:#d669ec}a{position:fixed}[a]{top:40;left:90;background:#fdfbf8;box-shadow:120px 0 #fdfbf8,0 120px #fdfbf8}[b]{top:100;left:26;transform:rotate(-45deg);box-shadow:175px 0 #d669ec,0 175px #d669ec,175px 175px #d669ec}</style>',
}

0 comments on commit 76b768f

Please sign in to comment.