Sololearn CodePlayGround Not Working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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:31 PM
Potato Hacker
Potato Hacker - avatar
1 Answer
+ 1
Seems to be working at the moment... https://code.sololearn.com/WnLRH8buf5yH/?ref=app
3rd Oct 2018, 11:38 PM
Janningā­
Janningā­ - avatar