schnurrito@discuss.tchncs.de to xkcd@lemmy.worldEnglish · 2 months agoxkcd #3026: Linear Sortxkcd.comexternal-linkmessage-square12fedilinkarrow-up1124arrow-down10file-text
arrow-up1124arrow-down1external-linkxkcd #3026: Linear Sortxkcd.comschnurrito@discuss.tchncs.de to xkcd@lemmy.worldEnglish · 2 months agomessage-square12fedilinkfile-text
minus-squareIronfacebuster@lemmy.worldlinkfedilinkEnglisharrow-up7·2 months 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 }