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 60084cf commit 981e8cfCopy full SHA for 981e8cf
starter/05-Design/style.css
@@ -95,6 +95,14 @@ h1 {
95
line-height: 1.1;
96
letter-spacing: -1px;
97
/* 44 / 52 / 62 */
98
+ /*
99
+ text-shadow:
100
+ 1) horizontal value
101
+ 2) vertical value
102
+ 3) blurred value
103
+ 4) color value
104
+ */
105
+ /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); */
106
}
107
108
.header-text {
@@ -149,6 +157,19 @@ img {
149
157
150
158
151
159
/* CHAIRS */
160
+.chair {
161
+ /* * Want the light source from the top, make shadow at the bottom */
162
163
+ box-shadow:
164
165
166
167
+ 4) extra radius value
168
+ 5) color value
169
170
+ box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07);
171
+}
172
+
152
173
.chair-box {
153
174
padding: 24px;
154
175
0 commit comments