#Change size of font

2 messages · Page 1 of 1 (latest)

rocky shuttle
#

@everyone boys why I cant change size of this zero

soft harness
#

You need to use the font-size attribute (this is not in your css at the moment)

e.g.

#numbers {
  font-size: 24pt;
}