-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.css
121 lines (81 loc) · 1.47 KB
/
index2.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
.section-title{
color: green;
text-align: center;
}
.plan{
background-color: #d5ffdc;
text-align: center;
padding: 16px;
margin: 8px;
width: 30%;
display: inline-block;
vertical-align: middle;
}
.plan__lists{
width: 80%;
margin: auto;
text-align: center;
}
.plan--highlighted{
background-color: rgb(42, 94, 42);
color: white;
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.5);
}
#plan__annotation{
background-color: white;
color: green;
padding: 5px 0;
border-radius: 5px;
box-shadow: 3px 3px 2px 3px rgba(0, 0, 0, 0.5);
}
.plan__title{
color: rgb(90, 134, 90);
}
.plan--highlighted .plan__title{
color: rgb(224, 207, 207);
}
.plan__price{
color: gray;
}
.plan--highlighted .plan__price{
color: black;
}
.plan__features{
list-style: none;
padding: 0;
margin: 0;
}
.plan__feature{
margin: 8px 0;
}
#key-features{
background-color: rgb(255, 105, 163);
margin-top: 80px;
}
#key-features .section-title {
color: white;
padding: 36px;
}
.key-features__list {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.key-feature{
display: inline-block;
width: 30%;
text-align: center;
}
.key-feature__description{
text-align: center;
font-weight: bold;
font-size: 20px;
}
.key-feature__image{
width: 100px;
height: 100px;
background-color: white;
border-radius: 50%;
margin: auto;
}