I put this code but it still does not appear
what am I doing wrong?
@media screen and (max-width:640px) {
.central-header-zone {
width: 320px; height: 100px;
}
}
@media screen and (max-width:1024px) and (min-width:640px) {
.central-header-zone {
width: 970px; height: 250px;
}
}
@media screen and (min-width:1024px) {
.central-header-zone {
width: 250px; height: 250px;
}
}
-
This reply was modified 4 years, 5 months ago by geovannict.