Use the CSS Transform scale Property to Scale an Element on Hover by Jofunmi

I keep getting this as my reply each time I run this code:
The size of the div element should scale 1.1 times when the user hovers over it. Please what do I do?

Your code so far


<style>
  div { 
    width: 70%;
    height: 100px;
    margin:  50px auto;
    background: linear-gradient(
      53deg,
      #ccfffc,
      #ffcccf
    );
    p:hover {
      transform: scale(1.1);
    )
  }
  
  
  
</style>

<div></div>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:

6 posts were merged into an existing topic: Use the CSS Transform scale Property to Scale an Element on Hover by Dan

Please do not create mutliple topics for the same question. I have merged your topics.

Somebody please help me do workings already.

Thanks