-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpayment.css
More file actions
68 lines (67 loc) · 1.17 KB
/
payment.css
File metadata and controls
68 lines (67 loc) · 1.17 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
body{
margin:0px;
padding:0px;
}
#holder{
border:0px solid;
width:1365px;
height:auto;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
#header{
background-image:url(images/11.jpg);
background-repeat:no-repeat;
border:1px solid;
width:1362px;
height:100px;
margin-top:-100px;
margin-right:0px;
margin-left:0px;
}
#header ul{
list-style:none;
}
#header ul li a{
border:3px solid;
font-size:18px;
float:right;
background-color:#FFD700;
width:110px;
height:50px;
text-align:center;
margin:0px 10px 0px 10px;
font-weight:bold;
line-height:50px;
border-radius:50px;
transition-property:all;
transition-duration:0.4s;
transition-timing-function:linear;
}
#header ul li a{
text-decoration:none;
color:white;
}
#header ul li a:hover{
background-color:#00FF7F;
color:#4b388a;
}
#header ul li a:active{
background-color:#00FFFF;
}
#payment{
background-image:url(images/11.jpg);
text-align:center;
width:1361;
height:550;
margin-top:-21px;
}
#a2{
border:20px solid yellow;
width:500px;
height:400px;
margin-left:410px;
background-color:#FFF380;
}