-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment.css
51 lines (44 loc) · 1.01 KB
/
payment.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
body{
background-image: url("images/hope.jpg");
height: 90vh;
-webkit-background-size: auto;
background-size: cover;
background-position: right;
background-repeat: no-repeat;
object-fit: fill;
}
.container {
font-family: 'Montserrat', sans-serif;
line-height: 3.1rem;
width: 50%;
font-size: 2.2rem;
object-position: center;
font-weight: 500;
color: #fff;
padding: 180px 20px 20px;
text-shadow: 4px 4px 8px #000;
}
.razorpay-embed-btn{
position: relative;
}
@media only screen and (min-device-width: 280px) and (max-device-width: 812px){
body {
background-image: url("images/ph-hope.jpg");
background-size: cover;
height: 100vh;
background-repeat: no-repeat;
}
.container {
width: 100%;
text-align: center;
font-size: 4.8rem;
line-height: 5.5rem;
font-weight: 500;
padding: 100px 0px 0px;
}
.razorpay-embed-btn{
width: 30%;
margin: 0 auto;
padding-top: 500px;
}
}