Pair list template

Replace "CHICKENID" with your chicken's ID! You can use any in-site color for the title of each pair, by replacing "grey" with your desired color in "badge col-grey w-100"
 avatar
user_1649912
html
7 months ago
1.0 kB
45
No Index
<!-- Pair 1 -->
    <div class="card-bg mt-4">
        <div class="row mb-2">
            <div class="col-12">
                <span class="badge col-grey w-100" style="font-size: 1.1rem;">PAIR NAME 1</span>
                <p>[chicken=IDHERE]  [chicken=IDHERE]</p>
            </div>
        </div>
    </div>
    <!-- Pair End -->


    <!-- Pair 2 -->
    <div class="card-bg mt-4">
        <div class="row mb-2">
            <div class="col-12">
                <span class="badge col-grey w-100" style="font-size: 1.1rem;">PAIR NAME 2</span>
                <p>[chicken=IDHERE]  [chicken=IDHERE]</p>
            </div>
        </div>
    </div>
    <!-- Pair End -->


    <!-- Pair 3 -->
    <div class="card-bg mt-4">
        <div class="row mb-2">
            <div class="col-12">
                <span class="badge col-grey w-100" style="font-size: 1.1rem;">PAIR NAME 3</span>
                <p>[chicken=IDHERE]  [chicken=IDHERE]</p>
            </div>
        </div>
    </div>
    <!-- Pair End -->

Editor is loading...
Leave a Comment