Skip to content

Commit

Permalink
Add dec battle and fix images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-saxena committed Dec 1, 2023
1 parent 80cb4b4 commit c370936
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
Binary file modified assets/battles-targets/battle-25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/battles-targets/battle-26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/battles-targets/battle-27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/battles-targets/battle-28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions battles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,9 @@
## [Revert](./28-revert.md)

![Revert](../assets/battles-targets/battle-28.png)

## [Font](./29-font.md)

![Font](../assets/battles-targets/battle-29.png)

[\[↑ Scroll to top\]](#battles)
25 changes: 21 additions & 4 deletions daily-targets/2023/dec.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
# December 2023

## [01/12/2023](url)
## [01/12/2023](https://cssbattle.dev/play/8mBFXB8gHjW3R9PIMOR6)

<img width="400px" height="300px" loading="lazy" src="url">
<img width="400px" height="300px" loading="lazy" src="https://firebasestorage.googleapis.com/v0/b/cssbattleapp.appspot.com/o/user%2Fummd3POvEDfFyeFvVdOMG3OOrwE2%2Ftargets%2Ftarget_j6aclJR@2x.png?alt=media">

#### Solution:

```html

<div a></div>
<div></div>
<style>
body {
background: #486841;
}
div {
height: 160px;
background: #aceb3f;
margin: -160 -8 0 152;
clip-path: polygon(0 50%, 100px 0, 100% 0, 100% 100%, 100px 100%);
}
div[a] {
background: #6fb440;
margin: 70 152 0 -8;
scale: -1;
}
</style>
```

#### Minified:

```html

<body bgcolor=486841><p a><p><style>p{height:160;background:#ACEB3F;margin:-160-8 0 152;clip-path:polygon(0 50%,42%0,100%0,100%100%,42%100%)}[a]{background:#6FB440;margin:70 152 0-8;scale:-1
```
## [02/12/2023](url)
Expand Down

0 comments on commit c370936

Please sign in to comment.