Neopolitan Todo Section

Things To Do For This Page

Stuff to make happen for the section

These are the rest of the things to be done for the first version to be fully baked

Source

Code
-- todo

[] Add salt

[] Fry the egg

Breathe deep

[] Draw the chart

Example HTML

Code
<ul>
  <li>
    <input type="checkbox" disabled />
    <div>
      <p>Add salt</p>
    </div>
  </li>

  <li>
    <input type="checkbox" disabled />
    <div>
      <p>Fry the egg</p>
      <p>Breathe deep</p>
    </div>
  </li>

  <li>
    <input type="checkbox" disabled />
    <div>
      <p>Draw the chart</p>
    </div>
  </li>
</ul>

Example Output

Reference