Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3f3fadbf2 | |||
| 0f8448a9d1 |
@@ -41,9 +41,9 @@ import("/js/modules/womb3-simplex.mjs").then((module) => {
|
|||||||
```
|
```
|
||||||
```css
|
```css
|
||||||
#wrap {
|
#wrap {
|
||||||
background-color: black; /* can be alpha 50% and etc */
|
background-color: black; /* cool effects with changing the alpha channel */
|
||||||
filter: url("#blob") contrast(var(--contrast, 30));
|
filter: url("#blob") contrast(var(--contrast, 30));
|
||||||
/* mix-blend-mode: ... as you wish */
|
/* mix-blend-mode: ... cool effects with this */
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user