Advanced
welter.eth@fun
9/27/2023

does anybody have a good method of just... centering a div

In reply to @fun
Dan Romero@dwr.eth
9/27/2023

ChatGPT with Tailwind

In reply to @fun
Jam ā˜€ļø@jameshih
9/27/2023

Use flexbox display: flex; justify-content: center; align-items: center;

In reply to @fun
Nicholas Charriere@pushix
9/27/2023

Flexbox makes this quite easy! Chrome devtools to figure out which box is causing you troubles ;)

In reply to @fun
9/27/2023

.šš™ššŠšš›ššŽšš—šš { šš™šš˜ššœšš’šššš’šš˜šš—: šš›ššŽšš•ššŠšššš’ššŸššŽ; } .ššŒšš‘šš’šš•šš { šš™šš˜ššœšš’šššš’šš˜šš—: ššŠšš‹ššœšš˜šš•ššžššššŽ; šš•ššŽšššš: šŸ»šŸ¶%; šššš›ššŠšš—ššœšššš˜šš›šš–: šššš›ššŠšš—ššœšš•ššŠššššŽšš‡(-šŸ»šŸ¶%); }

In reply to @fun
MOLO@molo
9/27/2023

margin: 0 auto

In reply to @fun
Max Jackson : mxjxn@tokenart.eth
9/27/2023

I can't tell if this is a meme or a real question šŸ˜‚ flex, justify space-between