-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathPricing.css
More file actions
49 lines (48 loc) · 1 KB
/
Pricing.css
File metadata and controls
49 lines (48 loc) · 1 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
.pricingbox__title {
position: relative;
top: 100px;
font-size: 4rem;
font-weight: 700;
text-align: center;
margin-bottom: 2rem;
}
.pricingbox {
position: relative;
top: 100px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 30px;
}
.pricingbox .priceplans {
border: 0px;
outline: 0px;
border-radius: 30px;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
padding: 60px 50px;
}
.pricingbox .priceplans h3 {
font-size: 2rem;
font-weight: 700;
}
.pricingbox .priceplans h5 {
font-size: 1.2rem;
font-weight: 500;
}
.pricingbox .priceplans p {
font-size: 3rem;
font-weight: 400;
}
.pricingbox .priceplans p span {
font-size: 1rem;
font-weight: 400;
}
.pricingbox .priceplans button {
margin: 20px;
border: 1px solid #063ab9;
}
.pricingbox .priceplans ul li {
font-size: 1rem;
list-style-type: circle;
}/*# sourceMappingURL=Pricing.css.map */