More actions
No edit summary |
No edit summary |
||
Line 96: | Line 96: | ||
new cards vertical | new cards vertical | ||
<div class=" | <div class="main-card-container"> | ||
<!-- Card | <!-- Main Card --> | ||
<div class=" | <div class="main-card"> | ||
< | <h3>Main Card</h3> | ||
<div class=" | <div class="sub-card-wrapper"> | ||
< | <!-- Sub-card 1 --> | ||
<div class=" | <div class="sub-card"> | ||
<h4>Sub-Card 1</h4> | |||
<div class="sub-card-content"> | |||
<p>This is the content of Sub-Card 1. It will appear when you click the sub-card.</p> | |||
</div> | |||
</div> | |||
<!-- Sub-card 2 --> | |||
<div class="sub-card"> | |||
<h4>Sub-Card 2</h4> | |||
<div class="sub-card-content"> | |||
<p>This is the content of Sub-Card 2. It will appear when you click the sub-card.</p> | |||
</div> | |||
</div> | |||
<!-- Sub-card 3 --> | |||
<div class="sub-card"> | |||
<h4>Sub-Card 3</h4> | |||
<div class="sub-card-content"> | |||
<p>This is the content of Sub-Card 3. It will appear when you click the sub-card.</p> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- Hide ToC --> | <!-- Hide ToC --> | ||
__NOTOC__ | __NOTOC__ |
Revision as of 06:54, 30 December 2024
👋 Welcome to the
Chrome Engine Modding Wiki
Hello everyone, Welcome to the one and only true Chrome Engine Modding Wiki. This wiki will teach you a lot about using mods, making mods, knowledge of the file formats the games use, etc.
reworked cards should work
Chrome Engine 3-4
C-Engine
Dying Light:The Beast(coming soon!)
Join Our Discord!!
I'm gonna add a sidpanel so that it just shows a big idk discord logo
new cards vertical
Main Card
Sub-Card 1
This is the content of Sub-Card 1. It will appear when you click the sub-card.
Sub-Card 2
This is the content of Sub-Card 2. It will appear when you click the sub-card.
Sub-Card 3
This is the content of Sub-Card 3. It will appear when you click the sub-card.