cm0002@lemmy.world to Programmer Humor@programming.dev · 20 hours agoProgrammers then and nowlemmy.mlimagemessage-square127fedilinkarrow-up1938arrow-down127cross-posted to: programmerhumor@lemmy.ml
arrow-up1911arrow-down1imageProgrammers then and nowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 20 hours agomessage-square127fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareKorhaka@sopuli.xyzlinkfedilinkEnglisharrow-up2·9 hours 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-up1·9 hours 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; }