sudo-EatPant

I'm using tilt controls!

am 27 | furry & retro tech | very bi | operator of @UCVRCG



wavebeem
@wavebeem

check out my css library 1bit ui if you like this style :-)

i think it would be perfect for a website collecting decker apps


btw here's the css to do the dithered bg since it's not part of the library yet

.dither-bg {
  background: repeating-linear-gradient(
        to bottom,
        transparent 0 1px,
        var(--bit-color1) 1px 2px
      )
      fixed,
    repeating-linear-gradient(
        to right,
        transparent 0 1px,
        var(--bit-color1) 1px 2px
      )
      fixed,
    var(--bit-color0);
}
syntax highlighting by codehost

You must log in to comment.

in reply to @wavebeem's post: