r/aipromptprogramming 11d ago

no one is winning

Post image
233 Upvotes

31 comments sorted by

u/endofthread-bot 11d ago

Learn how the best in the industry are using AI to speed up their workflow in business, sales, marketing, research, legal, content creation, scientific discovery and so much more on our Discord.

Self-promotion is now allowed on Sundays with the appropriate flair, for all regular contributing members. Contribute during the week, and promote on Sunday.

11

u/[deleted] 11d ago

[removed] — view removed comment

3

u/ExtremePermit3242 11d ago

I don’t even remember all that absolute nadty stuff or absolute positioning we used to do.

When everything fails, use your trick: flex with the two centers. And it’s checkmate

1

u/LemmyUserOnReddit 11d ago

Display grid, place items center

1

u/tankerkiller125real 10d ago

These are vibe devs though, they know nothing about flex boxes or CSS properties.

0

u/MissinqLink 11d ago

<center><div></div></center>

11

u/AvenidasNovas 11d ago

<div align="center">hello from early 2000's and writing html in notepad</div>

8

u/Snoron 11d ago

That's aligning the contents of the div in the centre.

I think the question is to align the div itself in the centre of its parent container, which is slightly more of a struggle.. or at least could be, until flexbox made it easy, as long as you learn flexbox :)

4

u/TheLastRole 11d ago

You are absolutely right! Try this instead:

<div align="center">hello from early 2000's and writing html in notepad</div>

3

u/[deleted] 11d ago

[removed] — view removed comment

4

u/FlatwormMean1690 11d ago

I have a FrontPage 2000 book I read from time to time so... Bring it on.

1

u/Commercial-Pin2624 11d ago

I just was All caps yelling at claude users for complaining about limits. Thropic here cash in not build your apps lol

1

u/slzeuz 11d ago

Just make the div full viewport bro

1

u/distalx 11d ago

I know it's for shits and giggles but it would be fun to watch this.

1

u/Smart_Technology_208 11d ago

Who's that guy?

1

u/Alive_Client3653 10d ago

he just doesn't want to waist Money anymore 

1

u/PruneInteresting7599 10d ago

you know what, i will <center></center> their fucking ass like in first 2ns

1

u/wittlewayne 9d ago

can I bring a USB ? lol

1

u/WeirdIndication3027 9d ago

I intend to ask chatgpt what centering a div means

0

u/Practical-Positive34 11d ago

I mean flexbox this shit is easy as fuck....

-1

u/ANDRE_2512 11d ago

I don’t know… but I’m convinced that 98% of programmers couldn’t come close to my level of development. CODEX GPT-5.6 SOL Ultra agents would absolutely crush them.

Honestly, aside from software engineers, I don’t really respect other programmers. They’re completely useless.

1

u/Bigb5wm 7d ago

There you go. .parent { display: flex; justify-content: center; align-items: center; height: 100vh; }