Welcome message

Card Count: 288
Set Count: 24 (remake Serenity)
Member Count: 0
Current Most Popular Set: 0000
Last Updated: 2022.05.21
Opened: xxxx.xx.xx
Guestbook


Notes to self:
To prevent space between images:
Place cards in a div id container (mine is called cards).
In the style.css file, add a clause for this div id with the following:
  
#cards{
	line-height: 0;
	font-size:0;
}

  

You can only have one set within this div. If you place two sets there won't be any space between them - that is, the top of the second set will touch the bottom of the first set.