This is the first time I've been working with Media screens, and they don't seem to work the way they are supposed to be too ....
@media only screen and (max-width : 320px) {
all css styles are inside here, and it displays as it is, as intended.
@media only screen and (max-width : 321px) {
all the CSS styles that I post here are not relevant to the page when the width goes beyond 321 px. which should not happen .... for example, if I changed any color of the text, nothing would have changed.
in advance for help :)
source share