cm0002@lemmy.world to Programmer Humor@programming.dev · 10 months agoProgrammers then and nowlemmy.mlimagemessage-square189linkfedilinkarrow-up11.2Karrow-down140cross-posted to: [email protected]
arrow-up11.16Karrow-down1imageProgrammers then and nowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 10 months agomessage-square189linkfedilinkcross-posted to: [email protected]
minus-squareKorhaka@sopuli.xyzlinkfedilinkEnglisharrow-up2·10 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-up2·10 months agodiv { margin: auto; }
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; }