diff --git a/index.html b/index.html index fb0d85b..0064873 100644 --- a/index.html +++ b/index.html @@ -128,6 +128,28 @@ color: var(--c); } } + + .cw { + position: relative; + display: inline-block; + + &::after { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: #000; + transition: all 0.2s ease-in-out; + } + + &:hover { + &::after { + opacity: 0; + } + } + }
@@ -212,6 +234,24 @@ trauma-driven art therapy, wip) +

toys

+

other creatures