Skip to content

Commit ee4e94f

Browse files
committed
Section 5 Finished
1 parent 48d2529 commit ee4e94f

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

starter/05-Design/style.css

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body {
3333

3434
header,
3535
section {
36-
margin-bottom: 48px;
36+
margin-bottom: 96px;
3737
}
3838

3939
h2 {
@@ -87,15 +87,15 @@ header {
8787
display: grid;
8888
grid-template-columns: repeat(2, 1fr);
8989
column-gap: 80px;
90-
margin-top: 48px;
90+
margin-top: 64px;
9191
}
9292

9393
.header-text-box {
9494
align-self: center;
9595
}
9696

9797
h1 {
98-
margin-bottom: 24px;
98+
margin-bottom: 32px;
9999
font-size: 44px;
100100
line-height: 1.1;
101101
letter-spacing: -1px;
@@ -118,7 +118,7 @@ img {
118118
stroke: #087f5b;
119119
width: 32px;
120120
height: 32px;
121-
margin-bottom: 16px;
121+
margin-bottom: 24px;
122122
}
123123

124124
.features-title {
@@ -152,9 +152,13 @@ img {
152152
.testimonial-text {
153153
font-style: italic;
154154
margin-bottom: 24px;
155-
156155
font-size: 18px;
157156
line-height: 1.7;
157+
color: #e6fcf5;
158+
}
159+
160+
.testimonial-author {
161+
color: #c3fae8;
158162
}
159163

160164
/* CHAIRS */
@@ -169,7 +173,7 @@ img {
169173
}
170174

171175
.chair-box {
172-
padding: 24px;
176+
padding: 32px;
173177
}
174178

175179
h3 {
@@ -179,14 +183,14 @@ h3 {
179183

180184
.chair-details {
181185
list-style: none;
182-
margin-bottom: 24px;
186+
margin-bottom: 48px;
183187
}
184188

185189
.chair-details li {
186190
display: flex;
187191
align-items: center;
188192
gap: 12px;
189-
margin-bottom: 24px;
193+
margin-bottom: 16px;
190194
}
191195

192196
.chair-details li:last-child {
@@ -202,6 +206,7 @@ h3 {
202206
.chair-price {
203207
display: flex;
204208
justify-content: space-between;
209+
align-items: center;
205210
font-size: 20px;
206211
}
207212

0 commit comments

Comments
 (0)