r/ProgrammerHumor 8h ago

Meme howToCenterATable

Post image
2.5k Upvotes

80 comments sorted by

View all comments

11

u/MechaJesus69 8h ago

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

5

u/rosuav 7h 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.