File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 44< title > Battleship</ title >
55< meta charset ="utf-8 ">
66< style >
7- html , body {
8- margin : auto;
9- width : 1024px ;
7+ body {
108 background-color : black;
119}
1210div # board {
1311 position : relative;
1412 width : 1024px ;
1513 height : 863px ;
16- background : black url ("board.jpg" ) no-repeat left top;
14+ margin : auto;
15+ background : url ("board.jpg" ) no-repeat;
1716}
17+
1818div # messageArea {
1919 position : absolute;
2020 top : 0px ;
Original file line number Diff line number Diff line change 44< title > Battleship</ title >
55< meta charset ="utf-8 ">
66< style >
7- html , body {
8- margin : auto;
9- width : 1024px ;
7+ body {
108 background-color : black;
119}
1210div # board {
1311 position : relative;
1412 width : 1024px ;
1513 height : 863px ;
16- background : black url ("board.jpg" ) no-repeat left top;
14+ margin : auto;
15+ background : url ("board.jpg" ) no-repeat;
1716}
1817div # messageArea {
1918 position : absolute;
You can’t perform that action at this time.
0 commit comments