-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
78 lines (76 loc) · 1.37 KB
/
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
71
72
73
74
75
76
77
78
* {
/* xoa mac dinh cua trinh duyet chorme */
margin: 0;
padding: 0;
box-sizing: border-box;
}
.character__table img {
width: 100%;
height: 100%;
}
.btn__choose__character{
padding-bottom: 30px;
}
.btn__choose__character button {
background-color: yellow;
color: red;
padding: 30px;
border: 1px solid black;
font-weight: 600;
}
.btn__choose__character button:hover {
background-color: red;
color: white;
}
.character__dice {
width: 100%;
}
.character__dice-img img {
width: 200px;
height: 200px;
border: 1px solid black;
}
.character__dice-img {
display: flex;
}
.character__dice button {
margin-top: 20px;
padding: 10px 15px;
background-color: yellow;
color: red;
font-weight: 600;
border: 1px solid black;
border-radius: 5px;
}
.character__dice button:hover {
background-color: red;
color: white;
}
.character__dice-result .character__dice-new-game{
display: flex;
}
.choosing__value {
padding-top: 20px;
}
.choosing__value button img {
width: 100%;
height: 100%;
}
.choosing__value button {
width: 200px;
height: 100px;
}
.accept__paid {
color: black;
background-color: greenyellow;
border: 1px solid black;
padding: 10px 15px;
}
.active {
color: white !important;
background-color: red !important;
}
.income__notification{
background-color: rgba(172, 255, 47, 0.8);
/* background-color: rgba(255, 0, 0, 0.8); */
}