cm0002@lemmy.world to Programmer Humor · 10 days agoProgrammers then and nowlemmy.mlimagemessage-square194linkfedilinkarrow-up11.19Karrow-down140cross-posted to: [email protected]
arrow-up11.15Karrow-down1imageProgrammers then and nowlemmy.mlcm0002@lemmy.world to Programmer Humor · 10 days agomessage-square194linkfedilinkcross-posted to: [email protected]
minus-squareKorhaka@sopuli.xyzlinkfedilinkEnglisharrow-up2·10 days 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 days 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; }