Sololearn CodePlayGround Not Working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

3rd Oct 2018, 6:29 PM
Potato Hacker
Potato Hacker - avatar
1 Answer
+ 1
Could you send the code so people can see the exact problem in action?
9th Aug 2019, 10:22 AM
Clueless Coder
Clueless Coder - avatar