I need to insert into this following CSS class:
.bola {
width: 50px;
height: 50px;
border-radius: 25px;
position: absolute;
}
the variable var corBola = "#"+((1<<24)*Math.random()|0).toString(16)
which generates a hexadecimal value of random color, how can I do the insert to change the color and insert the background-color attribute using this random variable?