36th
A code for muselists, character rosters, whatever. Shamelessly based on this... Icons by
reloading.

CODE
A little explanation! The code looks layered because of the z-index property. The first box has a z-index of 0, which puts it at the very bottom, so the box after it should have a z-index of 1 so that it can be on top. The box that comes after that should then have a z-index of 2, and so on. Replace ORDERNUMBER in the code with the order you want to place your boxes in. The last box in the code has a z-index of 100, but you're free to change this.
The code comes with 3 boxes, with 1 character in each.
To remove the part with the icons, remove the code from ITEM START to ITEM END.
To change the colors, replace HEXCODE with the color of your choice.

A little explanation! The code looks layered because of the z-index property. The first box has a z-index of 0, which puts it at the very bottom, so the box after it should have a z-index of 1 so that it can be on top. The box that comes after that should then have a z-index of 2, and so on. Replace ORDERNUMBER in the code with the order you want to place your boxes in. The last box in the code has a z-index of 100, but you're free to change this.
The code comes with 3 boxes, with 1 character in each.
To remove the part with the icons, remove the code from ITEM START to ITEM END.
To change the colors, replace HEXCODE with the color of your choice.

no subject
BUT I HAVE A QUESTION: is it possible to put a row of icons in the boxes?
no subject
It will look like this! Modify it as you see fit.
no subject
no subject