Skip to content

Commit 91b9a8b

Browse files
committed
updates to html
1 parent e3a6cbf commit 91b9a8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chapter8/battleship.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535
background-color: rgb(83, 175, 19);
3636
}
3737
form input {
38-
background-color: #98CF71;
38+
background-color: rgb(152, 207, 113);
3939
border-color: rgb(83, 175, 19);
4040
font-size: 1em;
4141
}
4242
table {
43-
border-spacing: 0px;
43+
border-spacing: 0px;
44+
/* can also use border-collapse instead */
45+
/* border-collapse: collapse; */
4446
position: absolute;
4547
left: 173px;
4648
top: 98px;

0 commit comments

Comments
 (0)