CSS by T. Afif :verified: on Nostr: npub1thevz…yseqj use CSS variables object-position: var(--x) var(--y) then you ...
npub1thevzewt0dq46vphwqyz255xn2q86j73gtpwv8fp58rzlzwu7yxs4yseqj (npub1the…seqj) use CSS variables
object-position: var(--x) var(--y)
then you update them using classes
.left {--x: left}
.bottom {--y: bottom}
and so on
object-position: var(--x) var(--y)
then you update them using classes
.left {--x: left}
.bottom {--y: bottom}
and so on