-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredit_card.css
More file actions
73 lines (73 loc) · 1.64 KB
/
credit_card.css
File metadata and controls
73 lines (73 loc) · 1.64 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
.button{
background-color: rgba(19, 17, 17, 0.76);
color: white;
border-radius: 12px;
margin-left:190px;
}
.details {
background-color: #809B1E;
border-style: solid;
border-color: white;
border-radius: 5px;
}
fieldset {
background:rgb(157, 196, 67);
border-style: solid;
border-color: white;
border-radius: 2px;
margin-bottom: 3px;
}
* {
box-sizing: border-box;
}
.TextWrap{
position: relative;
top: -70px;
}
.name{
border-style: solid;
border-color: white;
border-radius: 2px;
margin-left: 102px;
}
.email{margin-left: 102px;
border-style: solid;
border-color: white;
border-radius: 2px;
}
.phone{margin-left: 102px;
border-style: solid;
border-color: white;
border-radius: 2px;
}
.TextWrap{margin-right: 90px;}
.TextWrap1{
border-style: solid;
border-color: white;
border-radius: 2px
}
.code{margin-left: 80px;
border-style: solid;
border-color: white;
border-radius: 2px;}
.country{margin-left: 86px;
border-style: solid;
border-color: white;
border-radius: 2px;}
.AmEx{margin-left: 50px;}
.master{margin-left: 50px;}
.card_number{margin-left: 48px;
border-style: solid;
border-color: white;
border-radius: 2px;
}
.sec_code{margin-left: 48px;
border-style: solid;
border-color: white;
border-radius: 2px;
}
.name_on_card{margin-left:45px;
border-style: solid;
border-color: white;
border-radius: 2px;
}