Use CSS Transform scale Property to Scale an Element on Hover what went wrong?(SOLVED)(SPACES)

Tell us what’s happening:
Been looking the answer “what i did wrong” cause when i use the "hover fonction it does work

Your code so far


<style>
  div:hover {transform : scale(1.1); }
  div { 
    width: 70%;
    height: 100px;
    margin:  50px auto;
    background: linear-gradient(
      53deg,
      #ccfffc,
      #ffcccf
    );
  
  
  
  
  
</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/68.0.3440.84 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/use-the-css-transform-scale-property-to-scale-an-element-on-hover/

A slight annoyance, but try not to add a space between the CSS property name and colons. The tests aren’t that flexible.

1 Like

This so dump spend like 15-30min to firgure this out haha thanks anyway

The downside to automated checking.

That why there “a forum here”

1 Like