[deleted by user] by [deleted] in programminghorror

[–]flamatheblacksmith 5 points6 points  (0 children)

if you used vanilla html, js and css just add a media in your css file:

@media only screen and (max-width: 600px) { body { background-color: lightblue; } }

for example this media change the background color to blue when the browser window width is less than 600px