-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
117 lines (107 loc) · 2.17 KB
/
style.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#playerturn1{
float: right;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 600px;
position: absolute;
bottom: 300px;
border: 3px solid white;
padding: 10px;
color: white;
border-radius: 10px;
visibility: hidden;
}
#start > a{
background-color: white;
list-style-type: none;
text-decoration: none;
padding: 8px 8px;
margin-left: 220px;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 10px;
color: #707070;
transition-duration: 0.3s;
}
#start > a:hover{
background-color: #929292;
color: white;
}
#reset > a {
background-color: white;
list-style-type: none;
text-decoration: none;
padding: 8px 8px;
margin-left: 80px;
visibility: hidden;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 10px;
color: #707070;
transition-duration: 0.3s;
}
/* #reset_new{
text-decoration: none;
} */
#reset > a:hover{
background-color: #929292;
color: white;
}
#playerturn2{
float: right;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 600px;
position: absolute;
bottom: 80px;
border: 3px solid white;
padding: 10px;
color: white;
border-radius: 10px;
visibility: hidden;
}
#who_won{
float: right;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 600px;
position: absolute;
bottom: 190px;
border: 5px solid white;
padding: 10px;
color: white;
border-radius: 10px;
visibility: hidden;
}
*{
margin:0;
padding:0;
}
h1{
background-color:white;
text-align: center;
color: #707070;
font-size: 40px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
background-color: #707070;
}
.grid{
display: block;
margin-left: 132px;
margin-top: 43px;
position: relative;
}
map area{
outline: none;
}
#cant_think_of_anything{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 43px;
position: relative;
}