8000 Update style.css · msz-coder/breakout-game@842f6c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 842f6c0

Browse files
authored
Update style.css
1 parent 092b815 commit 842f6c0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
min-height: 100vh;
1313
margin: 0;
1414
}
15+
footer {
16+
/* position: absolute;
17+
bottom: 0;
18+
width: 100%;
19+
height: 3rem; */
20+
text-align: center;
21+
color: #ffffff;
22+
}
1523

1624
h1 {
1725
font-size: 45px;
@@ -67,4 +75,4 @@
6775

6876
.rules.show {
6977
transform: translateX(0);
70-
}
78+
}

0 commit comments

Comments
 (0)
0