I am displaying a listbox and am using the following CSS to change the font size of individual items, but it doesnt work?
What am I missing?
.no_border {
border: none;
overflow: hidden; /* Hide scrollbars */
text-align: center;
font-size:32px;
}
Develop games in your browser. Powerful, performant & highly capable.