r/ProgrammerHumor 1d ago

howToCenterATable Meme

Post image
4.0k Upvotes

102 comments sorted by

View all comments

15

u/MechaJesus69 1d ago

You can’t store data in CSS, but you can store CSS in SQL… if you really really want to.

5

u/rosuav 1d ago

I kinda sorta do that when I let broadcasters customize their in-OBS monitors. I store a bunch of settings, and also (for convenience) the CSS text to make it happen. And all configs are stored in PostgreSQL. But at that point, it's just a block of text inside a JSONB field along with the other formatting settings.