0
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 random color value, as I can do the insertion to change the color and insert the background-color attribute using this random variable?