Interactive online courses HTML Academy
2026-03-09 10:57 Diff
  • index.html
  • style.css

HTML

<!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>

Thanks! We’ll fix everything at once!

You’ve gone to a different page

Click inside the mini-browser to shift the focus onto this window.

100%

  1. Give the first button feathering of 6px and stretch of -2px.
  2. Assign the second button feathering of 6px.
  3. Give the third button feathering of 6px and stretch of 3px.
  4. And finally give the fourth button feathering of 3px and stretch of 6px.