Skip to content

Commit

Permalink
implementing shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
张欧文 authored and 张欧文 committed Nov 10, 2022
1 parent 9fbab0c commit a188a18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starter/05-Design/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ h1 {
font-size: 44px;
line-height: 1.1;
letter-spacing: -1px;
text-shadow: 0 4px 3px rgba(177, 172, 172, 0.35);
}

.header-text {
Expand Down Expand Up @@ -150,6 +151,9 @@ img {
}

/* CHAIRS */
.chair {
box-shadow: 0 20px 20px 10px rgba(177, 172, 172, 0.35);
}
.chair-box {
padding: 24px;
}
Expand Down

0 comments on commit a188a18

Please sign in to comment.