body{
background-color: #000;
}
@media (min-width: 1024px) and (max-width: 1279px) {
body {
background-color: #00CC66;
}
}
@media (min-width: 769px) and (max-width: 1023px) {
body {
background-color: #8e149b;
}
}
- @media (min-width: 769px) and (max-width: 1023px) {
+ @media (769px <= width < 1024px) {