How to create a Shuffling card

:shuffle_tracks_button:
To create a shuffle card, follow this tutorial:

Shuffle card instructions (1)

Step 1: Find a card that is appropriate for shuffling

Step 2: Use the template already present in the Shuffle cards in this tag: #AK_Other::Card_Features::Shuffle

Step 3: Click the “<>” button in the editor

Step 4: Copy the HTML template

<ul class="shuffle" style="padding-left: 0 !important; width: 90% !important; max-width: 90% !important;">
  <li style="text-align: center; list-style-type: none;">

Step 5: Paste it into your new card

Step 6: Edit the HTML so each row has the “<li>” at the start and “</li>” at the end

Step 7: Make sure there is a <ul> at the start and </ul> at the end of the entire card

1 Like