strange behaviour in display
مشاركة واحده صفحة 1 من 1
strange behaviour in display
Guys this is a challenge for geeksMy css queries are as follows ( for 1920 x 1080 screen resolution)
@media screen and (min-width:1281px) {
html { width:50%; }
}
@media screen and (min-width:721px) and (max-width:1280px) {
html { width:75%; }
}
@media screen and (max-width:720px) {
html { width:100%; }
}
The problem statement
When this html is opened locally the breakpoints(2) work, no problems
but when I upload the same html on web server and open in browser, only one breakpoint works (my display behaves like 1280 x 720)
???
صفحة 1 من 1