File tree 1 file changed +24
-2
lines changed
1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
- body {
1
+ body {
2
+ display : flex;
3
+ flex-direction : column;
4
+ justify-content : center;
5
+ align-items : center;
2
6
background-color : blue;
3
7
font-family : 'Roboto' , sans-serif;
4
8
background-image : url ("numerot1.png" );
5
9
}
6
10
11
+ main {
12
+ height : calc (100vh - 82px );
13
+ }
14
+
7
15
.gameWindow {
16
+ margin-top : 25% ;
8
17
width : 650px ;
9
18
height : 400px ;
10
19
background-color : lightseagreen;
11
- margin : 10% auto;
12
20
border-radius : 7px ;
13
21
border : 2px solid black;
14
22
position : relative;
@@ -167,3 +175,17 @@ body {
167
175
margin-top : 50px ;
168
176
text-align : center;
169
177
}
178
+
179
+ footer {
180
+ display : flex;
181
+ justify-content : center;
182
+ align-items : center;
183
+ height : 80px ;
184
+ width : 100% ;
185
+ background-color : lightseagreen;
186
+ border-top : 2px solid black;
187
+ }
188
+
189
+ .footerText {
190
+ font-size : 20px ;
191
+ }
You can’t perform that action at this time.
0 commit comments