-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxo.css
54 lines (54 loc) · 824 Bytes
/
xo.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
body{
margin: 0;
padding: 0;
align-items: center;
justify-content: center;
height: 75vh;
display: grid;
background-color: #D3D3D3;
}
.box{
border: solid;
}
.main{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows:100px 100px 100px ;
}
button{
background-color: transparent;
border: none;
width: 75px;
height: 75px;
}
p{
text-align: center;
font-size: 30px;
font-family: 'Times New Roman', Times, serif;
padding: 0;
margin: 0;
}
#score{
font-size: 25px;
margin-top: 10px;
}
.game{
width: 70px;
margin: 10px;
}
a {
text-decoration: none;
color: black;
width: 100%;
}
a:visited {
color: black;
}
#retry{
justify-content: content;
border-radius: 10px ;
width: 100%;
}
#arrow{
width: 40px;
}