We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50531f9 commit f4ab06cCopy full SHA for f4ab06c
practice/05 - Design/style.css
@@ -97,6 +97,7 @@ h1 {
97
font-size: 44px; /* 44 / 52 / 62 */
98
line-height: 1.1;
99
letter-spacing: -1px;
100
+ /*text-shadow: 0 5px 3px rgba(0, 0, 0, 0.07);*/
101
}
102
103
.header-text {
@@ -152,6 +153,10 @@ img {
152
153
154
155
/* CHAIRS */
156
+.chair {
157
+ box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
158
+}
159
+
160
.chair-box {
161
padding: 24px;
162
0 commit comments