Программирование
- 1 ответ
- 0 вопросов
1
Вклад в тег
<meta name="viewport" content="width=device-width, initial-scale=1">
<style id="R8639" disabled="false" media="screen and (min-width:0px) and (max-width:222px)"> {body { background-color: hsl(65,20%,70%); }} </style>
<style id="R6021" disabled="false" media="screen and (min-width:223px) and (max-width:4000px)"> {body { background-color: hsl(285,20%,70%); }} </style>
@media screen (min-width: 0px) and (max-width: 222px) {
body {
background-color: hsl(65,20%,70%);
}
}
@media screen (min-width: 223px) and (max-width: 4000px) {
body {
background-color: hsl(285,20%,70%);
}
}