|
5 | 5 | } |
6 | 6 |
|
7 | 7 | @media (min-width:1450px){ |
| 8 | + h3{ |
| 9 | + font-size: 25px; |
| 10 | + color: rgb(78, 26, 134); |
| 11 | + } |
| 12 | + #welcome p{ |
| 13 | + font-size: 20px; |
| 14 | + } |
8 | 15 | .container{ |
9 | 16 | margin-top: 100px; |
10 | 17 | } |
@@ -48,11 +55,18 @@ html{ |
48 | 55 | width: 90%; |
49 | 56 | aspect-ratio: 2/1; |
50 | 57 | } |
| 58 | + h3{ |
| 59 | + font-size: 25px; |
| 60 | + color: rgb(78, 26, 134); |
| 61 | + } |
| 62 | + #welcome p{ |
| 63 | + font-size: 20px; |
| 64 | + } |
51 | 65 | .body { |
52 | 66 | grid-area:body; |
53 | 67 | display:grid; |
54 | 68 | grid-template-columns: 40% 55%; |
55 | | - grid-template-rows: 700px; |
| 69 | + grid-template-rows: 800px; |
56 | 70 | grid-template-areas: |
57 | 71 | "info games" |
58 | 72 | } |
@@ -85,11 +99,18 @@ html{ |
85 | 99 | width:200px; |
86 | 100 | height:100px; |
87 | 101 | } |
| 102 | + h3{ |
| 103 | + font-size: 25px; |
| 104 | + color: rgb(78, 26, 134); |
| 105 | + } |
| 106 | + #welcome p{ |
| 107 | + font-size: 20px; |
| 108 | + } |
88 | 109 | .body { |
89 | 110 | grid-area:body; |
90 | 111 | display:grid; |
91 | 112 | grid-template-columns: 100%; |
92 | | - grid-template-rows: 300px 550px; |
| 113 | + grid-template-rows: auto 550px; |
93 | 114 | grid-template-areas: |
94 | 115 | "info" |
95 | 116 | "games" |
@@ -122,11 +143,18 @@ html{ |
122 | 143 | width:200px; |
123 | 144 | height:100px; |
124 | 145 | } |
| 146 | + h3{ |
| 147 | + font-size: 25px; |
| 148 | + color: rgb(78, 26, 134); |
| 149 | + } |
| 150 | + #welcome p{ |
| 151 | + font-size: 20px; |
| 152 | + } |
125 | 153 | .body { |
126 | 154 | grid-area:body; |
127 | 155 | display:grid; |
128 | 156 | grid-template-columns: 100%; |
129 | | - grid-template-rows: 300px 550px; |
| 157 | + grid-template-rows: auto 550px; |
130 | 158 | grid-template-areas: |
131 | 159 | "info" |
132 | 160 | "games" |
@@ -160,11 +188,18 @@ html{ |
160 | 188 | width:200px; |
161 | 189 | height:100px; |
162 | 190 | } |
| 191 | + h3{ |
| 192 | + font-size: 22px; |
| 193 | + color: rgb(78, 26, 134); |
| 194 | + } |
| 195 | + #welcome p{ |
| 196 | + font-size: 18px; |
| 197 | + } |
163 | 198 | .body { |
164 | 199 | grid-area:body; |
165 | 200 | display:grid; |
166 | 201 | grid-template-columns: 100%; |
167 | | - grid-template-rows: 300px 550px; |
| 202 | + grid-template-rows: auto 550px; |
168 | 203 | grid-template-areas: |
169 | 204 | "info" |
170 | 205 | "games" |
|
0 commit comments