cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoProgrammers then and nowlemmy.mlimagemessage-square179fedilinkarrow-up11arrow-down10cross-posted to: [email protected]
arrow-up11arrow-down1imageProgrammers then and nowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square179fedilinkcross-posted to: [email protected]
minus-squareAnotherPenguin@programming.devlinkfedilinkEnglisharrow-up0·2 months agoBottom right has always happened, just create bugs yourself and then fix them to keep your job
minus-squareKorhaka@sopuli.xyzlinkfedilinkEnglisharrow-up0·2 months agoIt’s easy, just use @media and padding to the left side of the div to put it in the centre for each screen size.
minus-squareHorse {they/them}@lemmygrad.mllinkfedilinkEnglisharrow-up0·2 months agodiv { margin: auto; }
Bottom right has always happened, just create bugs yourself and then fix them to keep your job
It’s easy, just use @media and padding to the left side of the div to put it in the centre for each screen size.
div { margin: auto; }