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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>The transformer icon, step 4</title> <meta charset="utf-8"> <link rel="stylesheet" href="material.css"> <link rel="stylesheet" href="style.css"> </head> <body class="blue-theme"> <section class="card card-bordered"> <div class="menu-icon"> <span></span> </div> </section> </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%

Set a smooth transition for all of the properties with a duration of 0.7s and with the shape ease-in-out for:

  1. .menu-icon span,
  2. .menu-icon span::before, and .menu-icon span::after.

Click the icon to toggle the menu-icon-open class for it.