I'm learning about changing css using javascript:
img.style.border-radius = "100%"
img.style.border = "9px solid #ffffff"
img.style.box-shadow = "0px 0px 5px #00000070"
img.style.margin = "20px"
how do I change styles with "-" in their names? It is probably simple but I did not find how.
Let me take this opportunity to ask: Is there a useful/efficiently way to do that using JS?