Just added: Algorithms you can run and practice
html
<style>
  body { margin: 0; padding: 24px; background: #f2f4f7; font-family: system-ui, sans-serif; }
  h1   { margin: 0 0 16px 0; font-size: 24px; }

  /* The note's title should have 24px of yellow above it. */
  .note    { width: 320px; background: #fff3cd; }
  .note h2 { margin: 24px 0 0 0; font-size: 18px; }
  .note p  { margin: 0; font-size: 14px; }
</style>

<h1>Deploy checklist</h1>

<div class="note">
  <h2>Before you deploy</h2>
  <p>Run the migration first.</p>
</div>