Jump to content

Test123

From DocDepot
Revision as of 14:59, 2 September 2026 by AShanks (talk | contribs)

<div style="display: flex; gap: 20px; flex-wrap: wrap; margin-top: 15px;">

 

  <div style="flex: 1; min-width: 280px; background: #f8f9fa; border: 1px solid #eaecf0; border-radius: 8px; padding: 20px;">

    <h3>🚀 Left Column Header</h3>

    <ul>

      <li>First bullet point item</li>

      <li>Second bullet point item</li>

    </ul>

  </div>

 

  <div style="flex: 1; min-width: 280px; background: #f8f9fa; border: 1px solid #eaecf0; border-radius: 8px; padding: 20px;">

    <h3>📂 Right Column Header</h3>

    <ul>

      <li>First bullet point item</li>

      <li>Second bullet point item</li>

    </ul>

  </div>

</div>