Skip to content

Commit d41ce26

Browse files
committed
Finished chair site
1 parent aa6f3d1 commit d41ce26

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

starter/05-Design/style.css

Lines changed: 13 additions & 7 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 {
@@ -84,15 +84,15 @@ header {
8484
display: grid;
8585
grid-template-columns: repeat(2, 1fr);
8686
column-gap: 80px;
87-
margin-top: 48px;
87+
margin-top: 64px;
8888
}
8989

9090
.header-text-box {
9191
align-self: center;
9292
}
9393

9494
h1 {
95-
margin-bottom: 24px;
95+
margin-bottom: 32px;
9696
font-size: 44px;
9797
line-height: 1.1;
9898
letter-spacing: -1px;
@@ -115,7 +115,7 @@ img {
115115
stroke: #087f5b;
116116
width: 32px;
117117
height: 32px;
118-
margin-bottom: 16px;
118+
margin-bottom: 24px;
119119
}
120120

121121
.features-title {
@@ -151,6 +151,11 @@ img {
151151
margin-bottom: 24px;
152152
font-size: 18px;
153153
line-height: 1.7;
154+
color: #e6fcf5;
155+
}
156+
157+
.testimonial-author {
158+
color: #c3fae8;
154159
}
155160

156161
/* CHAIRS */
@@ -165,7 +170,7 @@ img {
165170
}
166171

167172
.chair-box {
168-
padding: 24px;
173+
padding: 32px;
169174
}
170175

171176
h3 {
@@ -175,14 +180,14 @@ h3 {
175180

176181
.chair-details {
177182
list-style: none;
178-
margin-bottom: 24px;
183+
margin-bottom: 48px;
179184
}
180185

181186
.chair-details li {
182187
display: flex;
183188
align-items: center;
184189
gap: 12px;
185-
margin-bottom: 24px;
190+
margin-bottom: 16px;
186191
}
187192

188193
.chair-details li:last-child {
@@ -198,6 +203,7 @@ h3 {
198203
.chair-price {
199204
display: flex;
200205
justify-content: space-between;
206+
align-items: center;
201207
font-size: 20px;
202208
}
203209

0 commit comments

Comments
 (0)