-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
70 lines (55 loc) · 1006 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body {
width: min-content;
height: 3000%;
}
#overlay {
position: fixed;
translate: calc(-50% + 50vw) calc(-50% + 50vh);
text-align: center;
line-height: 75px;
font-size: 30px;
height: 150px;
width: 220px;
background: white;
border: solid 1px black;
z-index: 5;
}
.singleTile {
width:25px;
height:25px;
border: solid 2px black;
text-align: center;
line-height: 25px;
font-size: 22.5px;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
margin: 0%;
}
.singleTile:hover {
background-color: grey;
}
.divD1 {
margin: 0%;
display: inline-block;
word-wrap: break-word;
overflow-wrap: break-word;
}
.divD2 {
margin: 0%;
word-wrap: break-word;
overflow-wrap: break-word;
display: flex;
}
.divD3 {
margin: 10px;
}
.divD4 {
margin: 10px;
}
.boardContainer {
/*translate: calc(-50% + 50vw) 0;*/
width: 10000vw;
}
#gameSelector {
width:600px;
}