Skip to content

Instantly share code, notes, and snippets.

View arctic-pie's full-sized avatar

Ksenia Grigoryeva arctic-pie

View GitHub Profile
@arctic-pie
arctic-pie / media-query.css
Created March 1, 2021 13:20 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
var temperature = 15;
var itsRaining = false;
var minutes;
var MIN_TEMP = 0;
var MAX_TEMP = 35;
var PERFECT_TEMP = 20;