Skip to content

Commit f185411

Browse files
committed
feat: implementing shadows
1 parent ba669bc commit f185411

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

starter/05-Design/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ h1 {
9494
font-size: 44px;
9595
line-height: 1.1;
9696
letter-spacing: -1px;
97+
/* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); */
9798
}
9899

99100
.header-text {
@@ -149,6 +150,10 @@ img {
149150
}
150151

151152
/* CHAIRS */
153+
.chair {
154+
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
155+
}
156+
152157
.chair-box {
153158
padding: 24px;
154159
}

0 commit comments

Comments
 (0)