<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * CSS assignments for LADDER (e.g. 14.1) other than tables.
 *
 * From: https://www.w3schools.com/
 *
 * 2021-may-18.
 */

  hr {
      max-width: 34rem;
  }

  p {
      max-width: 32rem;
  }

  ol, ul, li {
      max-width: 28rem;
  }



</pre></body></html>