@jack-waugh Glad you like. i remember doing rounded corners the hard way before "border radius" was supported in browsers, but its been at least 15 years.
I was pretty happy with the angled text trick, which was added to browsers after my first implementation of this matrix long ago. That one is: transform: translate(11px, 30px) rotate(300deg);