Lost Waves Wiki:Experiment
<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>