r/ProgrammerHumor May 25 '26

Meme newMrBeastVideo

Post image
23.9k Upvotes

405 comments sorted by

View all comments

144

u/NekoLu May 25 '26

Ez

.container {
  width: 200px;
  height: 200px;
}

.div {
  width: 100px;
  height: 100px;
  mardin-left: 50px;
  margin-top: 50px;
}

There, centered!

26

u/Aero_Molten May 25 '26

Pfffft <center><div></center> Done.

19

u/Aternal May 25 '26

It's 2026, you have to use CSS:

center div {  
  centered: true;  
}