-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
42 lines (36 loc) · 806 Bytes
/
style.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
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#ThirdLogoDiv {
background-image: url("3rd_Logo.png");
background-size: 100% auto;
width: 389px;
height: 389px;
background-repeat: no-repeat;
background-position: center;
}
#mainContentDiv {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0%);
}
#PaypalDiv
{
background-image: url("paypal.png");
background-size: 100% auto;
width: 389px;
height: 389px;
background-repeat: no-repeat;
background-position: center;
}
#PaypalMSGDiv
{
background-image: url("paypalmsg.png");
background-size: 100% auto;
width: 389px;
height:389px;
padding: 2em;
background-repeat: no-repeat;
background-position: center;
}