Lost Waves Wiki:Experiment

From Lost Waves Wiki
Revision as of 12:14, 22 May 2024 by Nelgix (talk | contribs) (Created page with "<nowiki><div style="display: flex;"></nowiki>   <!-- Left Column: Table -->   <nowiki><div style="flex: 1; padding: 10px;"></nowiki>     <nowiki><table style="width: 100%; border: 1px solid #ccc;"></nowiki>       <nowiki><tr></nowiki>         <nowiki><th>Header 1</th></nowiki>         <nowiki><th>Header 2</th></nowiki>       <nowiki></tr></nowiki>       <nowiki><tr></nowiki>         <nowiki><td></nowiki>Data 1<nowiki></td></nowiki>  ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<div style="display: flex;">

 

  <div style="flex: 1; padding: 10px;">

    <table style="width: 100%; border: 1px solid #ccc;">

      <tr>

        <th>Header 1</th>

        <th>Header 2</th>

      </tr>

      <tr>

        <td>Data 1</td>

        <td>Data 2</td>

      </tr>

      <tr>

        <td>Data 3</td>

        <td>Data 4</td>

      </tr>

     

    </table>

  </div>

 

  <div style="flex: 1; padding: 10px; border-left: 1px solid #ccc;">

    <h2>News</h2>

    <ul>

      <li><strong>News Item 1:</strong> Description of news item 1.</li>

      <li><strong>News Item 2:</strong> Description of news item 2.</li>

      <li><strong>News Item 3:</strong> Description of news item 3.</li>

     

    </ul>

  </div>

</div>