Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main Page: Difference between revisions

Welcome to the Chrome Engine Modding Wiki
No edit summary
No edit summary
Line 96: Line 96:
new cards vertical
new cards vertical


<div class="new-main-container">
<div class="main-card-container">
     <!-- Card 1 -->
     <!-- Main Card -->
     <div class="new-card">
     <div class="main-card">
         <div class="new-card-header">text goes here</div>
         <h3>Main Card</h3>
         <div class="new-sub-panel-container">
         <div class="sub-card-wrapper">
             <div class="new-sub-panel"> Mod 1</div>
             <!-- Sub-card 1 -->
             <div class="new-sub-panel"> Mod 2</div>
             <div class="sub-card">
            <div class="new-sub-panel"> Mod 3</div>
                <h4>Sub-Card 1</h4>
        </div>
                <div class="sub-card-content">
    </div>
                    <p>This is the content of Sub-Card 1. It will appear when you click the sub-card.</p>
                </div>
            </div>


    <!-- Card 2 -->
            <!-- Sub-card 2 -->
    <div class="new-card">
            <div class="sub-card">
        <div class="new-card-header">something</div>
                <h4>Sub-Card 2</h4>
        <div class="new-sub-panel-container">
                <div class="sub-card-content">
            <div class="new-sub-panel"> Mod A</div>
                    <p>This is the content of Sub-Card 2. It will appear when you click the sub-card.</p>
            <div class="new-sub-panel">M Mod B</div>
                </div>
        </div>
            </div>
    </div>


    <!-- Additional cards -->
            <!-- Sub-card 3 -->
    <div class="new-card">
            <div class="sub-card">
        <div class="new-card-header">test</div>
                <h4>Sub-Card 3</h4>
        <div class="new-sub-panel-container">
                <div class="sub-card-content">
            <div class="new-sub-panel"> Mod X</div>
                    <p>This is the content of Sub-Card 3. It will appear when you click the sub-card.</p>
             <div class="new-sub-panel"> Mod Y</div>
                </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

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.


Cookies help us deliver our services. By using our services, you agree to our use of cookies.