-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQ_4.css
51 lines (51 loc) · 1.03 KB
/
Q_4.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 {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
.pricing-section {
display: flex;
justify-content:center;
align-items: center;
flex-wrap: wrap;
gap: 20px;
padding: 50px 20px;
}
.pricing-card {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 20px;
width: 300px;
height: 330px;
transition: transform 0.3s ease;
line-height: 1.1;
}
.pricing-card:hover {
transform: translateY(-10px);
background-color: rgb(219, 219, 228);
}
.pricing-card h3 {
margin-bottom: 10px;
}
.pricing-card .price {
font-size: 24px;
margin: 15px 0;
color: #333;
}
.pricing-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.pricing-card ul li {
margin: 10px 0;
}
.pricing-card button:hover {
background-color: #054726;
text-align: center;
justify-content: center;
align-content: center;
align-items: center;
justify-items: center;
}