-
Notifications
You must be signed in to change notification settings - Fork 0
/
paymentsuccessful.css
77 lines (69 loc) · 1.17 KB
/
paymentsuccessful.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body{
text-align: center;
background-color: #62b4c6;
color:white
}
#container2 {
width: 100%;
display: grid;
grid-template-rows: auto auto;
}
.con {
width: 500px;
height: 500px;
margin: auto;
/* border: 1px solid red; */
}
.con > img {
width:100%;
}
h1 {
font-size: 40px;
text-align: center;
}
header {
font-family: fontawesome;
width: 100%;
height: 60px;
/* border: 1px solid orange; */
display: flex;
text-align: center;
}
#sc {
text-align: center;
font-size: 40px;
background-color: yellow;
color: rgb(0, 0, 0);
/* border: 1px solid red; */
width: 70%;
height: 80%;
}
.bicon {
/* border: 1px solid red; */
width: 15%;
height: 100%;
}
.home {
/* border: 1px solid red; */
width: 15%;
height: 100%;
}
#homebutton {
padding: 10px 30px;
margin-top: 10px;
background-color: yellow;
border: none;
color: black;
cursor: pointer;
}
#tq {
text-align: center;
}
#h1tag {
text-align: center;
}
a {
text-decoration: none;
color: black;
font-weight: bold;
}