Skip to content

Commit 467644c

Browse files
committed
Implementing whitespace and visual hierarchy
1 parent fdce693 commit 467644c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

starter/05-Design/style.css

Lines changed: 13 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: 80px;
3737
}
3838

3939
h2 {
@@ -57,7 +57,7 @@ header {
5757
display: grid;
5858
grid-template-columns: repeat(2, 1fr);
5959
column-gap: 80px;
60-
margin-top: 48px;
60+
margin-top: 64px;
6161
}
6262

6363
.header-text-box {
@@ -66,7 +66,7 @@ header {
6666

6767
h1 {
6868
/*Büyük beşlıklarda font küçültülüp letter spacing azaltılabilir*/
69-
margin-bottom: 24px;
69+
margin-bottom: 32px;
7070
font-size: 46px;
7171
line-height: 1.1;
7272
letter-spacing: -1px;
@@ -104,6 +104,7 @@ img {
104104
.features-icon {
105105
stroke: #087f5b;
106106
width: 32px;
107+
margin-bottom: 24px;
107108
}
108109

109110
.features-title {
@@ -139,6 +140,11 @@ img {
139140
margin-bottom: 24px;
140141
font-size: 18px;
141142
line-height: 1.7;
143+
color: #e6fcf5;
144+
}
145+
146+
testimonial-author {
147+
color: #c3fae8;
142148
}
143149

144150
/* CHAIRS */
@@ -153,7 +159,7 @@ img {
153159
}
154160

155161
.chair-box {
156-
padding: 24px;
162+
padding: 32px;
157163
}
158164

159165
h3 {
@@ -162,14 +168,14 @@ h3 {
162168

163169
.chair-details {
164170
list-style: none;
165-
margin-bottom: 24px;
171+
margin-bottom: 48px;
166172
}
167173

168174
.chair-details li {
169175
display: flex;
170176
align-items: center;
171177
gap: 12px;
172-
margin-bottom: 24px;
178+
margin-bottom: 16px;
173179
}
174180

175181
.chair-details li:last-child {
@@ -187,6 +193,7 @@ h3 {
187193
display: flex;
188194
justify-content: space-between;
189195
font-size: 20px;
196+
align-items: center;
190197
}
191198

192199
.btn--big {

0 commit comments

Comments
 (0)