The output won't work

Tell us what’s happening:

Your code so far


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


</style>

<div></div>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0.

Challenge: Use the CSS Transform scale Property to Scale an Element on Hover

Link to the challenge:

I believe the problem is to do with the space between scale and your opening parenthesis.

1 Like

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

The more information you give us, the more likely we are to be able to help.

1 Like

Nah man,it was something with my browser in the ubuntu.
it worked on windows.Thank you for your time man.

Hi,
Thank you for the guide man.will keep that in mind next time.Have a great day! :slight_smile: