-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
124 lines (120 loc) · 2.43 KB
/
styles.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body {
background-image: url(images/music.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
font-family: "Red Hat Display", sans-serif;
}
.proceed-payment {
width: 230%;
border-radius: 15px;
background-color: hsl(245, 75%, 52%);
box-shadow: 0px px 30px hsl(225deg 100% 94%);
border: none;
color: hsl(0, 0%, 100%);
margin: 10px 25px;
padding: 15px 15px;
font-weight: bold;
cursor: pointer;
transition: 200ms all ease-in-out;
position: relative;
left: -87px;
bottom: -130px
}
.cancel-payment {
border: none;
background-color: transparent;
padding-bottom: 25px;
font-weight: 700;
transition: 200ms all ease-in-out;
color: white;
cursor: pointer;
position: relative;
bottom: -140px;
}
.order_summary {
color: white;
padding: 15px 30px;
line-height: 1.5;
}
.order_summary .h1tag {
color: white;
}
.tbox1 {
background-color: gray;
padding: 1000px;
border-radius:20px;
font-size:16px;
padding:100px;
margin:75px;
height: 400px;
width: 100px;
margin-top: 2%;
position: relative;
right: -450px;
}
.tbox1 .h1_tag {
color: white;
}
.tbox1 .music {
position: relative;
top: -100px;
left: -100px;
width: 300px;
height: 150px;
border-radius: 20px;
}
.order-summary {
margin-top: -115px;
margin-left: -55px;
line-height: 1.5;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 27px;
white-space: nowrap;
}
h1 {
color: rgb(41, 40, 40);
}
.order-summary .ptag {
margin-top: -20px;
margin-left: 1px;
line-height: 1.5;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: rgb(211, 206, 206);
font-size: 15px;
display: inline-block;
}
section {
display: block;
}
.musicicon {
position: relative;
bottom: 100px;
}
.Announce {
position: absolute;
bottom: 157px;
left: 40px;
font-size: 19px;
color:rgb(41, 40, 40);
}
.change {
position: relative;
bottom: 110px;
background-color: transparent;
border: none;
color: rgb(211, 209, 209);
text-decoration: underline;
cursor: pointer;
}
.price {
position: relative;
bottom:102px;
right: -52px;
top: -104px;
color:hsl(0, 41%, 93%)
}
.tbox1 .music {
border-radius: 15px 15px 0px 0px;
}
s