-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCards.css
143 lines (113 loc) · 1.89 KB
/
Cards.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
body {
padding: 0;
margin: 0;
}
.body{
display:flex;
justify-content:center;
}
#main {
height: 800px;
width: 1000px;
background: #0F172A;
}
.top {
width: 235.64px;
height: 68px;
border-radius: 0px 0px 6px 6px;
padding: 12px 24px;
background-color: #9D174D;
color: white;
margin: 0 auto;
text-align: center;
align-items: center;
}
.container {
display: flex;
justify-content: center;
margin: 88px auto;
}
.starter,
.enterprise {
width: 275.44px;
height: 346px;
padding: 20px;
background-color: #1F2937;
margin: 20px;
color: #E5E7EB;
border-radius: 8px;
}
.pro {
width: 275.44px;
height: 386px;
padding: 20px;
background-color: #1F2937;
color: #E5E7EB;
border-radius: 8px;
/* background: #E5E7EB; */
}
.title,
ul {
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}
.title,
.pricing {
text-align: center
}
.pricing span {
font-size: 16px;
}
.pricing {
font-family: Inter;
font-size: 36px;
font-weight: 700;
line-height: 40px;
text-align: center;
margin: 0.5rem 0
}
.starter ul,
.enterprise ul {
margin: 28px;
}
.pro ul {
margin: 0 8px;
}
.enterprise button,
.starter button {
padding: 0.5rem;
border: 1px solid #9D174D;
border-radius: 5px;
margin: 0 auto;
text-align: center;
}
.tag {
padding: 0.5rem 0;
border: 1px solid #4B5563;
border-radius: 5px;
margin: 0 auto;
text-align: center;
}
.monthly {
color: #9D174D;
font-size: 12px;
padding-bottom: 1rem;
}
.pro button {
padding: 0.5rem 2rem;
background-color: #9D174D;
border-radius: 5px;
margin-top: 32px
}
.btn {
display: flex;
justify-content: center
}
.tag-monthly {
width: 160px;
margin: 0.5rem auto;
}