0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<ul><li>index.html</li>
1
<ul><li>index.html</li>
2
<li>style.css</li>
2
<li>style.css</li>
3
</ul><p>HTML</p>
3
</ul><p>HTML</p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Multiple Shadows</title> <link rel="stylesheet" href="style.css"> </head> <body> <button class="btn" type="button">Button</button> </body> </html></p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Multiple Shadows</title> <link rel="stylesheet" href="style.css"> </head> <body> <button class="btn" type="button">Button</button> </body> </html></p>
5
<p>Thanks! We’ll fix everything at once!</p>
5
<p>Thanks! We’ll fix everything at once!</p>
6
<p>You’ve gone to a different page</p>
6
<p>You’ve gone to a different page</p>
7
<p>Click inside the mini-browser to shift the focus onto this window.</p>
7
<p>Click inside the mini-browser to shift the focus onto this window.</p>
8
<p>100%</p>
8
<p>100%</p>
9
<p>Add two shadows to the button:</p>
9
<p>Add two shadows to the button:</p>
10
<ol><li>Assign the first shadow a vertical offset of -5px, feathering of 10px, stretch of -3px, and the color: #3498db.</li>
10
<ol><li>Assign the first shadow a vertical offset of -5px, feathering of 10px, stretch of -3px, and the color: #3498db.</li>
11
<li>Assign the second shadow a vertical offset of -5px, feathering of 10px, stretch of -3px, and color: #2ecc71.</li>
11
<li>Assign the second shadow a vertical offset of -5px, feathering of 10px, stretch of -3px, and color: #2ecc71.</li>
12
</ol><p>The horizontal offset for both shadows should be zero.</p>
12
</ol><p>The horizontal offset for both shadows should be zero.</p>