schnurrito to xkcd@lemmy.worldEnglish · 3 days agoxkcd #3026: Linear Sortxkcd.comexternal-linkmessage-square10fedilinkarrow-up1119arrow-down10file-text
arrow-up1119arrow-down1external-linkxkcd #3026: Linear Sortxkcd.comschnurrito to xkcd@lemmy.worldEnglish · 3 days agomessage-square10fedilinkfile-text
minus-squareIronfacebuster@lemmy.worldlinkfedilinkEnglisharrow-up5·20 hours agoIt actually does, there’s “@media” which lets you query stuff about the browser like if it’s touchscreen vs mouse (and maximum/minimum width/height) Example: @media screen and (max-width: 1300px) { do stuff for screens less than 1300px }
It actually does, there’s “@media” which lets you query stuff about the browser like if it’s touchscreen vs mouse (and maximum/minimum width/height)
Example:
@media screen and (max-width: 1300px) { do stuff for screens less than 1300px }