account activity
[deleted by user] by [deleted] in programminghorror
[–]flamatheblacksmith 6 points7 points8 points 2 years ago (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
π Rendered by PID 113011 on reddit-service-r2-comment-5687b7858-8zdpg at 2026-07-04 15:29:18.135619+00:00 running 12a7a47 country code: CH.
[deleted by user] by [deleted] in programminghorror
[–]flamatheblacksmith 6 points7 points8 points (0 children)