Blame Raw
· · · 19 lines (1.2 KB)
0 contributors
1<div class="flex-container flexFlowColumn padding5">
2 <div class="contestWinners flex-container flexFlowColumn">
3 <h3 class="flex-container alignItemsBaseline justifyCenter" data-i18n="[title]These characters are the winners of character design contests and have outstandable quality." title="These characters are the winners of character design contests and have outstandable quality.">
4 <span data-i18n="Contest Winners">Contest Winners</span>
5 <i class="fa-solid fa-star"></i>
6 </h3>
7 <div class="contestWinnersList characterAssetList">
8 </div>
9 </div>
10 <hr>
11 <div class="featuredCharacters flex-container flexFlowColumn">
12 <h3 class="flex-container alignItemsBaseline justifyCenter" data-i18n="[title]These characters are the finalists of character design contests and have remarkable quality." title="These characters are the finalists of character design contests and have remarkable quality.">
13 <span data-i18n="Featured Characters">Featured Characters</span>
14 <i class="fa-solid fa-thumbs-up"></i>
15 </h3>
16 <div class="featuredCharactersList characterAssetList">
17 </div>
18 </div>
19</div>