Nasıl bir rasgele oluşturulmuş bir dizi bir css sınıfı ekleyebilirsiniz.
Örnek:
if the number is under 2000 add a css class named red to the div <div class="red">500</div>
if the number is over 2000 add a css class named blue to the div <div class="blue">2500</div>