Test123: Difference between revisions
Appearance
Blanked the page Tags: Blanking Manual revert Visual edit: Switched |
No edit summary |
||
| Line 1: | Line 1: | ||
<nowiki><div style="display: flex; gap: 20px; flex-wrap: wrap; margin-top: 15px;"></nowiki> | |||
<!-- Left Card --> | |||
<nowiki><div style="flex: 1; min-width: 280px; background: #f8f9fa; border: 1px solid #eaecf0; border-radius: 8px; padding: 20px;"></nowiki> | |||
<nowiki><h3>🚀 Left Column Header</h3></nowiki> | |||
<nowiki><ul></nowiki> | |||
<nowiki><li>First bullet point item</li></nowiki> | |||
<nowiki><li>Second bullet point item</li></nowiki> | |||
<nowiki></ul></nowiki> | |||
<nowiki></div></nowiki> | |||
<!-- Right Card --> | |||
<nowiki><div style="flex: 1; min-width: 280px; background: #f8f9fa; border: 1px solid #eaecf0; border-radius: 8px; padding: 20px;"></nowiki> | |||
<nowiki><h3>📂 Right Column Header</h3></nowiki> | |||
<nowiki><ul></nowiki> | |||
<nowiki><li>First bullet point item</li></nowiki> | |||
<nowiki><li>Second bullet point item</li></nowiki> | |||
<nowiki></ul></nowiki> | |||
<nowiki></div></nowiki> | |||
<nowiki></div></nowiki> | |||
Revision as of 14:59, 2 September 2026
<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>