We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c675c1a commit 184ec05Copy full SHA for 184ec05
examples/Lecture23/media-queries-before.html
@@ -26,27 +26,10 @@
26
}
27
28
/********** Large devices only **********/
29
-@media (min-width: 1200px) {
30
- #p1 {
31
- width: 80%;
32
- }
33
- #p2 {
34
- width: 150px;
35
- height: 150px;
36
37
-}
+
38
39
40
/********** Medium devices only **********/
41
-@media (min-width: 992px) and (max-width: 1199px) {
42
43
- width: 50%;
44
45
46
- width: 100px;
47
- height: 100px;
48
49
50
51
52
</style>
@@ -58,4 +41,4 @@ <h1>Media Queries</h1>
58
<p id="p2"></p>
59
60
</body>
61
-</html>
+</html>
0 commit comments