Skip to content

Commit d0b7564

Browse files
committed
Updating css
1 parent a333106 commit d0b7564

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chapter8/battleship.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
color: rgb(83, 175, 19);
2323
}
2424
.hit {
25-
background: transparent url("ship.png") no-repeat center center;
25+
background: url("ship.png") no-repeat center center;
2626
}
2727
.miss {
28-
background: transparent url("miss.png") no-repeat center center;
28+
background: url("miss.png") no-repeat center center;
2929
}
3030
form {
3131
position: absolute;

chapter8/battleship_tester.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
color: rgb(83, 175, 19);
2222
}
2323
.hit {
24-
background: transparent url("ship.png") no-repeat center center;
24+
background: url("ship.png") no-repeat center center;
2525
}
2626
.miss {
27-
background: transparent url("miss.png") no-repeat center center;
27+
background: url("miss.png") no-repeat center center;
2828
}
2929
form {
3030
position: absolute;

0 commit comments

Comments
 (0)