+ 1
Sololearn CodePlayGround Not Working?
I'm trying to make a background and i'm using Hex codes and its showing nothing like this: div { width: 80px; height: 80px; background-color: skyblue; } .scaled { transform: scale(2, 0.5); /* Equal to scaleX(2) scaleY(0.5) */ transform-origin: left; background-color: pink; } HTML: <div>Normal</div> <div class="scaled">Scaled</div>
1 Antwort
+ 1
Could you send the code so people can see the exact problem in action?