File tree Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change 34
34
35
35
header ,
36
36
section {
37
- margin-bottom : 48 px ;
37
+ margin-bottom : 96 px ;
38
38
}
39
39
40
40
h2 {
58
58
text-transform : uppercase;
59
59
font-weight : 500 ;
60
60
display : inline-block;
61
+ /* gt than height will make it be a completely circle */
62
+ /* if its a suqare, we can use 50% */
63
+ border-radius : 100px ;
61
64
}
62
65
63
66
.btn : hover ,
67
70
68
71
.btn--big {
69
72
font-size : 18px ;
70
- padding : 16px 32px ;
73
+ padding : 16px 32px ;
71
74
}
72
75
73
76
.btn--small {
74
77
font-size : 14px ;
75
78
padding : 8px 12px ;
76
79
}
77
80
81
+ img {
82
+ border-radius : 12px ;
83
+ }
84
+
78
85
/* ------------------------ */
79
86
/* COMPONENT STYLES */
80
87
/* ------------------------ */
@@ -84,15 +91,15 @@ header {
84
91
display : grid;
85
92
grid-template-columns : repeat (2 , 1fr );
86
93
column-gap : 80px ;
87
- margin-top : 48 px ;
94
+ margin-top : 80 px ;
88
95
}
89
96
90
97
.header-text-box {
91
98
align-self : center;
92
99
}
93
100
94
101
h1 {
95
- margin-bottom : 24 px ;
102
+ margin-bottom : 32 px ;
96
103
/* 44 / 52 / 62 */
97
104
font-size : 44px ;
98
105
line-height : 1.1 ;
@@ -112,9 +119,6 @@ img {
112
119
}
113
120
114
121
/* FEATURES */
115
- .features-icon {
116
- }
117
-
118
122
.features-title {
119
123
margin-bottom : 16px ;
120
124
font-size : 20px ;
@@ -129,14 +133,15 @@ img {
129
133
stroke : # 087f5b ;
130
134
width : 32px ;
131
135
height : 32px ;
132
- margin-bottom : 16 px ;
136
+ margin-bottom : 24 px ;
133
137
}
134
138
135
139
/* TESTIMONIAL */
136
140
.testimonial-section {
137
141
background-color : # 087f5b ;
138
142
color : # fff ;
139
143
padding : 24px ;
144
+ border-radius : 12px ;
140
145
}
141
146
142
147
.testimonial-box {
@@ -155,13 +160,23 @@ img {
155
160
margin-bottom : 24px ;
156
161
font-size : 18px ;
157
162
line-height : 1.7 ;
163
+ color : # e6fcf5 ;
164
+ }
165
+
166
+ .testimonial-author {
167
+ color : # c3fae8 ;
158
168
}
159
169
160
170
/* CHAIRS */
161
171
.chair {
162
172
box-shadow : 0px 20px 30px 0px rgba (0 , 0 , 0 , 0.07 );
163
173
}
164
174
175
+ .chair img {
176
+ border-bottom-left-radius : 0 ;
177
+ border-bottom-right-radius : 0 ;
178
+ }
179
+
165
180
.chair-box {
166
181
padding : 24px ;
167
182
}
174
189
175
190
.chair-details {
176
191
list-style : none;
177
- margin-bottom : 24 px ;
192
+ margin-bottom : 48 px ;
178
193
}
179
194
180
195
.chair-details li {
198
213
display : flex;
199
214
justify-content : space-between;
200
215
font-size : 20px ;
216
+ align-items : center;
201
217
}
202
218
203
219
footer {
You can’t perform that action at this time.
0 commit comments