-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcardStyling.css
More file actions
65 lines (56 loc) · 932 Bytes
/
cardStyling.css
File metadata and controls
65 lines (56 loc) · 932 Bytes
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
.dealersFirstCard {
visibility: hidden;
transform: scale(1.1);
}
.firstCardCpu {
position: relative;
top: -162px;
left: -197px;
transform: scale(.45);
}
.faceCards {
position: absolute;
top: -165px;
left: -189px;
transform: scale(.8);
}
.users-card {
height: 175px;
background-color: white;
border: black 2px solid;
width: 135px;
transform: scale(1.1);
}
.topGem {
position: relative;
left: -11px;
top: 21px;
}
.bottomGem {
position: relative;
top: 129px;
left: 89px;
transform: rotate(180deg);
}
.cardnumber-top{
top: -30px;
position: relative;
left: -9px;
font-size: 24px;
}
.cardnumber-bottom {
position: relative;
margin-top: 83px;
font-size: 25px;
transform: rotate(180deg);
left: 10px;
}
.black {
color: black;
}
.red {
color: red;
}
.ms-5 {
margin-left: 5rem !important;
}