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>Feathering + Stretch</title> <link rel="stylesheet" href="style.css"> </head> <body> <button class="btn btn1" type="button">Button 1</button> <button class="btn btn2" type="button">Button 2</button> <button class="btn btn3" type="button">Button 3</button> <button class="btn btn4" type="button">Button 4</button> </body> </html></p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Feathering + Stretch</title> <link rel="stylesheet" href="style.css"> </head> <body> <button class="btn btn1" type="button">Button 1</button> <button class="btn btn2" type="button">Button 2</button> <button class="btn btn3" type="button">Button 3</button> <button class="btn btn4" type="button">Button 4</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
<ol><li>Give the first button feathering of 6px and stretch of -2px.</li>
9
<ol><li>Give the first button feathering of 6px and stretch of -2px.</li>
10
<li>Assign the second button feathering of 6px.</li>
10
<li>Assign the second button feathering of 6px.</li>
11
<li>Give the third button feathering of 6px and stretch of 3px.</li>
11
<li>Give the third button feathering of 6px and stretch of 3px.</li>
12
<li>And finally give the fourth button feathering of 3px and stretch of 6px.</li>
12
<li>And finally give the fourth button feathering of 3px and stretch of 6px.</li>
13
</ol>
13
</ol>