-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
87 lines (73 loc) · 1.17 KB
/
main.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
.thumbnail {
height: 180px; width: 180px; display: block;
}
#cards {
font-size:40px;
text-align:center;
z-index: 99;
margin-top:-50px;
margin-right: 40px;
cursor:pointer;
border:solid;
height: 250px;
}
#cardc {
font-size:130px;
text-align:center;
z-index: 99;
margin-top: 80px;
}
#num {
margin-top:-310px;
color:black;
font-size:130px;
text-align:center;
margin-left: 10px;
z-index: 99;
}
.cardii {
font-size:30px;
text-align:center;
z-index: 99;
margin-right: 20px;
width:60px;
height: 90px;
display:inline;
};
#ii, #hand{
width:300px;
}
.cardh {
font-size:30px;
text-align:center;
z-index: 999;
margin-right: 20px;
cursor:pointer;
border:solid;
width:60px;
display:inline-block;
};
.navbar-nav {
vertical-align: middle;
width: 100%;
text-align: center;
> li {
float: left;
display: inline-block;
}
}
.container {
min-width: 500px;
display: flex;
justify-content: center;
align-items: center;
vertical-align: middle;
}
.qbtnred {
font-size: 30px;
color: red;
}
.qbtnblack {
font-size: 30px;
color: black;
}