GregorTacTac@lemm.ee to Programmer Humor@programming.dev · 1 year agoAverage CSSlemm.eeimagemessage-square86fedilinkarrow-up1568arrow-down119file-text
arrow-up1549arrow-down1imageAverage CSSlemm.eeGregorTacTac@lemm.ee to Programmer Humor@programming.dev · 1 year agomessage-square86fedilinkfile-text
minus-squareEphera@lemmy.mllinkfedilinkarrow-up4·1 year agoYeah, userstyles are wild. You learn so many ways how to not use CSS. Everything is !important and rather than adjusting the HTML to change the structure, you get to do it all in CSS. 🫠
minus-squareredirtSdeR@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoflex-direction:row-reverse; my beloved
Yeah, userstyles are wild. You learn so many ways how to not use CSS. Everything is
!important
and rather than adjusting the HTML to change the structure, you get to do it all in CSS. 🫠flex-direction:row-reverse;
my beloved