Media queries?
-
I want to add media queries:
.example_responsive_1 { width: 320px; height: 100px; }
@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .example_responsive_1 { width: 728px; height: 90px; } }But it seems to be broken (in fact, the colors are red for min-width: for example).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Media queries?’ is closed to new replies.