-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtictactoe.css
More file actions
82 lines (66 loc) · 1.27 KB
/
Copy pathtictactoe.css
File metadata and controls
82 lines (66 loc) · 1.27 KB
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
body,html, .row {
height: 100% ;
}
tr td{
text-align: center;
border: 1px solid #ffebee;
height: 100% ;
padding: 0 ;
}
html,body{
/* background: #eacda3;
background: -webkit-linear-gradient(to right, #d6ae7b, #eacda3);
background: linear-gradient(to right, #d6ae7b, #eacda3); */
background: #70e1f5;
background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
background: linear-gradient(to right, #ffd194, #70e1f5);
font-family: 'Yantramanav', sans-serif ;
}
.card-title #naam{
display: inline-block;
}
.card-title .p1,.p2 {
display: inline-block;
padding-top: 7px ;
}
.card .card-content .card-title {
margin-bottom : 18px;
}
.card .card-action {
border-top: 0 ;
}
.card .card-content .card-title i {
line-height: 42px;
}
.btn-large i {
font-size: 3.4rem;
}
.dark {
color: #b71c1c !important;
}
.playerHighlight{
color: #ef5350 !important;
}
.check{}
.card .card-action{
/*padding-top: 0;*/
}
.card .card-content{
padding-bottom: 8px;
}
td i{
width:100%;
height: 100% ;
}
.card .card-content .card-title{
line-height: 56px;
}
.card-action #newgame{
font-size: x-large;
}
.card .card-title #naam{
font-size: xx-large;
}
.winShow{
background: #26a69a ;
}