Skip to content

Commit 28b458b

Browse files
Update style.css
1 parent 982d92b commit 28b458b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

style.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ body {
1212
canvas {
1313
border: 5px solid white;
1414
}
15+
button {
16+
font-family: Font1;
17+
background-color: gray;
18+
border: 2px solid white;
19+
border-radius: 5px;
20+
color: white;
21+
}
1522
.instructions {
1623
text-align: left;
1724
position: absolute;
@@ -41,11 +48,7 @@ canvas {
4148
left: 77px
4249
}
4350
.homebutton {
44-
font-family: Font1;
45-
background-color: gray;
46-
border: 2px solid white;
47-
border-radius: 5px;
48-
color: white;
51+
4952
position: absolute;
5053
top: 10px;
5154
right: 10px;

0 commit comments

Comments
 (0)