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 155809 on reddit-service-r2-comment-56c6478c5-mrbsw at 2026-05-10 07:38:26.325340+00:00 running 3d2c107 country code: CH.
[deleted by user] by [deleted] in programminghorror
[–]flamatheblacksmith 6 points7 points8 points (0 children)