cm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agoProgrammers then and nowimagemessage-square193fedilinkarrow-up11.19Karrow-down140cross-posted to: programmerhumor@lemmy.ml
arrow-up11.15Karrow-down1imageProgrammers then and nowcm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agomessage-square193fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareKorhaka@sopuli.xyzlinkfedilinkEnglisharrow-up2·7 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·7 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; }