More actions
No edit summary |
No edit summary |
||
Line 95: | Line 95: | ||
new cards vertical | new cards vertical | ||
<div class="outer-wrapper-container"> | |||
<!-- Outer Card --> | |||
<div class="outer-card"> | |||
<div class="outer-card-title">Outer Card Title</div> | |||
<div class="inner-card-wrapper"> | |||
<!-- Inner Card 1 --> | |||
<div class="inner-card"> | |||
<h4>Inner Card 1</h4> | |||
<div class="inner-card-content"> | |||
<p>This is the content of Inner Card 1. It will appear when you click the card.</p> | |||
</div> | |||
</div> | |||
<!-- Inner Card 2 --> | |||
<div class="inner-card"> | |||
<h4>Inner Card 2</h4> | |||
<div class="inner-card-content"> | |||
<p>This is the content of Inner Card 2. It will appear when you click the card.</p> | |||
</div> | |||
</div> | |||
<!-- Inner Card 3 --> | |||
<div class="inner-card"> | |||
<h4>Inner Card 3</h4> | |||
<div class="inner-card-content"> | |||
<p>This is the content of Inner Card 3. It will appear when you click the card.</p> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Hide ToC --> | <!-- Hide ToC --> | ||
__NOTOC__ | __NOTOC__ |
Revision as of 06:57, 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
Outer Card Title
Inner Card 1
This is the content of Inner Card 1. It will appear when you click the card.
Inner Card 2
This is the content of Inner Card 2. It will appear when you click the card.
Inner Card 3
This is the content of Inner Card 3. It will appear when you click the card.