Skip to content

Commit f4ab06c

Browse files
committed
adding shadow
1 parent 50531f9 commit f4ab06c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

practice/05 - Design/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ h1 {
9797
font-size: 44px; /* 44 / 52 / 62 */
9898
line-height: 1.1;
9999
letter-spacing: -1px;
100+
/*text-shadow: 0 5px 3px rgba(0, 0, 0, 0.07);*/
100101
}
101102

102103
.header-text {
@@ -152,6 +153,10 @@ img {
152153
}
153154

154155
/* CHAIRS */
156+
.chair {
157+
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
158+
}
159+
155160
.chair-box {
156161
padding: 24px;
157162
}

0 commit comments

Comments
 (0)