Penso ci sia qualche problema

Dicci cosa sta succedendo
Descrivi qui il tuo problema in dettaglio.

  **Il tuo codice fino ad ora**

<style>
.ball {
  width: 40px;
  height: 40px;
  margin: 50 auto;
  position: fixed;
  background: linear-gradient(
    35deg,
    #ccffff,
    #ffcccc
  );
  border-radius: 50%;
}
#ball1 {
  left: 20%;
}
#ball2 {
  
  left: 65%;
  transform: scale(1,5);

}


</style>

<div class="ball" id= "ball1"></div>
<div class="ball" id= "ball2"></div>
  **Informazioni del tuo browser:**

Lo user agent è: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36

Sfida: Usare la proprietà di trasformazione scale per cambiare la dimensione di un elemento

Link alla sfida:

The value should be using a . and not a comma ,

Example:

scale(5.6)