Skip to content

Commit 672e33f

Browse files
authored
Update style.css
1 parent 29cd27b commit 672e33f

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

style.css

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
body {
1+
body {
2+
display: flex;
3+
flex-direction: column;
4+
justify-content: center;
5+
align-items: center;
26
background-color: blue;
37
font-family: 'Roboto', sans-serif;
48
background-image: url("numerot1.png");
59
}
610

11+
main {
12+
height: calc(100vh - 82px);
13+
}
14+
715
.gameWindow {
16+
margin-top: 25%;
817
width: 650px;
918
height: 400px;
1019
background-color: lightseagreen;
11-
margin: 10% auto;
1220
border-radius: 7px;
1321
border: 2px solid black;
1422
position: relative;
@@ -167,3 +175,17 @@ body {
167175
margin-top: 50px;
168176
text-align: center;
169177
}
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+
}

0 commit comments

Comments
 (0)