aboutsummaryrefslogtreecommitdiffstats
path: root/battleshipFiles/battleship.css
blob: 89ec10991d348221c08a18e542081e6b44d8e5f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.ul
{
	list-style-type: none;
}

#whosTurn {
	position: fixed;
	bottom: 10rem;
	left: 50%;
	translate: -50%;
}

body {
	height: 100vh;
}