Skip to content

Commit a188a18

Browse files
张欧文张欧文
张欧文
authored and
张欧文
committed
implementing shadows
1 parent 9fbab0c commit a188a18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

starter/05-Design/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ h1 {
9595
font-size: 44px;
9696
line-height: 1.1;
9797
letter-spacing: -1px;
98+
text-shadow: 0 4px 3px rgba(177, 172, 172, 0.35);
9899
}
99100

100101
.header-text {
@@ -150,6 +151,9 @@ img {
150151
}
151152

152153
/* CHAIRS */
154+
.chair {
155+
box-shadow: 0 20px 20px 10px rgba(177, 172, 172, 0.35);
156+
}
153157
.chair-box {
154158
padding: 24px;
155159
}

0 commit comments

Comments
 (0)