Just added: Algorithms you can run and practice
html
<style>
  body { background: #eef1f5; font-family: system-ui, sans-serif; }

  .card {
    width: 240px;
    background: #ffffff;
  }

  .card h2, .card p { margin: 0; }
</style>

<div class="card">
  <h2>Standing desk</h2>
  <p>Barely used. Collection only.</p>
</div>

<div class="card">
  <h2>Office chair</h2>
  <p>One wheel squeaks. Free.</p>
</div>