You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
Hell, I’m a web dev and I’d pay someone to center things for me
Co-pilot?
<center></center>
That’ll be 200 dollars
Great, now make it blink.
I still use <center> tags on some things, it’s quick and I’ll fix it when it eventually breaks
For real. When I have a front-end story to do, I basically just slam on the keyboard until it looks close to how UX wants it.
I usually just try justify-content, justify-items, align-content, and align-items. Then when it gets centered I remove the rest.
I’m not paid to remember, I’m paid to know it’s possible.
Same! I usually open the dev console and just flip through all the options until I find the one that does it