Skip to content

Commit 0607acd

Browse files
committed
feat: Implementing Whitespaces and Visual Hierachy
1 parent efc0e01 commit 0607acd

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

starter/05-Design/style.css

Lines changed: 12 additions & 6 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: 80 px;
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;
@@ -124,7 +124,7 @@ img {
124124
stroke: #087f5b;
125125
width: 32px;
126126
height: 32px;
127-
margin-bottom: 16px;
127+
margin-bottom: 32px;
128128
}
129129

130130
.features-title {
@@ -161,6 +161,11 @@ img {
161161
margin-bottom: 24px;
162162
font-size: 18px;
163163
line-height: 1.7;
164+
color: #e6fcf5;
165+
}
166+
167+
.testimonial-author {
168+
color: #c3fae8;
164169
}
165170

166171
/* CHAIRS */
@@ -186,7 +191,7 @@ img {
186191
}
187192

188193
.chair-box {
189-
padding: 24px;
194+
padding: 32px;
190195
}
191196

192197
h3 {
@@ -196,7 +201,7 @@ h3 {
196201

197202
.chair-details {
198203
list-style: none;
199-
margin-bottom: 24px;
204+
margin-bottom: 48px;
200205
}
201206

202207
.chair-details li {
@@ -220,6 +225,7 @@ h3 {
220225
.chair-price {
221226
display: flex;
222227
justify-content: space-between;
228+
align-items: center;
223229
font-size: 20px;
224230
}
225231

0 commit comments

Comments
 (0)