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 33efa1d commit 298806cCopy full SHA for 298806c
Javascript Quiz App/style.css
@@ -49,4 +49,28 @@ body{
49
background-color: blue;
50
51
color: brown;
52
-}
+}
53
+
54
+@media all and (max-width: 700px) {
55
56
+ #quesBox {
57
+ font-size: 16px;
58
+ font-weight: bold;
59
+ }
60
+ .row > label {
61
+ font-size: 12px;
62
63
64
+ #box {
65
+ width: 70%;
66
+ height : 350px;
67
68
69
70
+@media all and (max-width: 350px) {
71
72
73
+ width: 80%;
74
+ height : 400px;
75
76
0 commit comments