Easy
Level
Make the sprite move to the right by 100 pixels and turn it blue!
Complete the code!
level1.css
#sprite {
translateX(100px);
color: rgb(
);
Submit!
Next Level!